Skip to content

Commit 5c711d8

Browse files
Merge pull request #9 from castle-engine/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents cd018ca + 227a130 commit 5c711d8

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@v6
113+
uses: actions/download-artifact@v7
114114
with:
115115
merge-multiple: true
116116
- name: List downloaded files

0 commit comments

Comments
 (0)