Skip to content

Commit 0d80cee

Browse files
Merge pull request #9 from castle-engine/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 7f2dabb + 6dc2e68 commit 0d80cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
needs: [build-using-docker]
6262
steps:
6363
- name: Download packaged releases
64-
uses: actions/download-artifact@v7
64+
uses: actions/download-artifact@v8
6565
with:
6666
merge-multiple: true
6767
- name: List downloaded files

0 commit comments

Comments
 (0)