Skip to content

Commit 35888f4

Browse files
Merge pull request #28 from software-artificer/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents f122818 + eb608b1 commit 35888f4

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
@@ -40,7 +40,7 @@ jobs:
4040
needs:
4141
- build-linux
4242
steps:
43-
- uses: actions/download-artifact@v6
43+
- uses: actions/download-artifact@v7
4444
with:
4545
name: x86_64-linux
4646
- name: Create a GitHub release

0 commit comments

Comments
 (0)