Skip to content

Commit 99d5d57

Browse files
Merge pull request #8 from castle-engine/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 5ef4333 + 3655468 commit 99d5d57

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

0 commit comments

Comments
 (0)