Skip to content

Commit bd51c1f

Browse files
Merge pull request #1 from castle-engine/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents e539b60 + 23e6e20 commit bd51c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
64+
uses: actions/download-artifact@v5
6565
with:
6666
merge-multiple: true
6767
- name: List downloaded files

0 commit comments

Comments
 (0)