Skip to content

Commit 2f60e27

Browse files
Merge pull request #7 from castle-engine/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 0b198dd + 8fdd1e2 commit 2f60e27

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
@@ -61,7 +61,7 @@ jobs:
6161
needs: [build-using-docker]
6262
steps:
6363
- name: Download packaged releases
64-
uses: actions/download-artifact@v6
64+
uses: actions/download-artifact@v7
6565
with:
6666
merge-multiple: true
6767
- name: List downloaded files

0 commit comments

Comments
 (0)