Skip to content

Commit e7c05d6

Browse files
Merge pull request #10 from castle-engine/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents d6bf3b1 + 53a22af commit e7c05d6

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]
102102
steps:
103103
- name: Download packaged releases
104-
uses: actions/download-artifact@v5
104+
uses: actions/download-artifact@v6
105105
with:
106106
merge-multiple: true
107107
- name: List downloaded files

0 commit comments

Comments
 (0)