Skip to content

Commit 9e7513a

Browse files
authored
Merge pull request #8 from hmcts/dependabot/github_actions/actions/download-artifact-7
chore(deps): bump actions/download-artifact from 6 to 7
2 parents cba49c6 + aaecca8 commit 9e7513a

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
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v6
139139

140140
- name: Download JAR Artefact
141-
uses: actions/download-artifact@v6
141+
uses: actions/download-artifact@v7
142142
with:
143143
name: app-jar
144144
path: build/libs

0 commit comments

Comments
 (0)