Skip to content

Commit 339c996

Browse files
authored
Merge pull request #311 from dev-sec/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4
2 parents b78f440 + de1447a commit 339c996

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
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- name: Check out code
9393
uses: actions/checkout@v4
94-
- uses: actions/download-artifact@v3
94+
- uses: actions/download-artifact@v4
9595
with:
9696
name: CHANGELOG.md
9797
- name: Update metadata with new version

0 commit comments

Comments
 (0)