Skip to content

Commit cd018ca

Browse files
Merge pull request #5 from castle-engine/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents c9941c6 + 725f0a4 commit cd018ca

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
@@ -110,7 +110,7 @@ jobs:
110110
needs: [build-using-docker, build-macos]
111111
steps:
112112
- name: Download packaged releases
113-
uses: actions/download-artifact@v5
113+
uses: actions/download-artifact@v6
114114
with:
115115
merge-multiple: true
116116
- name: List downloaded files

0 commit comments

Comments
 (0)