Skip to content

Commit d9da4bb

Browse files
Merge pull request #11 from castle-engine/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 0adc6e6 + bc433a1 commit d9da4bb

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
@@ -101,7 +101,7 @@ jobs:
101101
needs: [build-using-docker, build-macos]
102102
steps:
103103
- name: Download packaged releases
104-
uses: actions/download-artifact@v7
104+
uses: actions/download-artifact@v8
105105
with:
106106
merge-multiple: true
107107
- name: List downloaded files

0 commit comments

Comments
 (0)