Skip to content

Commit e59e703

Browse files
Merge pull request #7 from castle-engine/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents b15b66f + 66511fe commit e59e703

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
@@ -119,7 +119,7 @@ jobs:
119119
needs: [build-using-docker, build-macos]
120120
steps:
121121
- name: Download packaged releases
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v5
123123
with:
124124
merge-multiple: true
125125
- name: List downloaded files

0 commit comments

Comments
 (0)