Skip to content

Commit b2af661

Browse files
authored
Merge pull request #118 from hmcts/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 7 to 8
2 parents 456ec70 + 2b73748 commit b2af661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/checkout@v6
134134

135135
- name: Download JAR Artefact
136-
uses: actions/download-artifact@v7
136+
uses: actions/download-artifact@v8
137137
with:
138138
name: app-jar
139139
path: build/libs

0 commit comments

Comments
 (0)