Skip to content

Commit cf02870

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 22c87b3 + 4168e3f commit cf02870

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
@@ -139,7 +139,7 @@ jobs:
139139
needs: [build-using-docker, build-macos]
140140
steps:
141141
- name: Download packaged releases
142-
uses: actions/download-artifact@v7
142+
uses: actions/download-artifact@v8
143143
with:
144144
merge-multiple: true
145145
- name: List downloaded files

0 commit comments

Comments
 (0)