Skip to content

Commit f27b1e9

Browse files
Merge pull request #4 from castle-engine/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 7af957a + 883269a commit f27b1e9

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@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
merge-multiple: true
107107
- name: List downloaded files

0 commit comments

Comments
 (0)