Skip to content

Commit 6b5d7e7

Browse files
authored
Merge pull request #13 from grml/dependabot/github_actions/actions/download-artifact-7
ci(deps): bump actions/download-artifact from 6 to 7
2 parents 44cc387 + b0808ed commit 6b5d7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
throw new Error('Package-build workflow did not complete successfully within 10 minutes');
7474
7575
- name: Download build artifacts
76-
uses: actions/download-artifact@v6
76+
uses: actions/download-artifact@v7
7777
with:
7878
name: packages
7979
path: artifacts/

0 commit comments

Comments
 (0)