Skip to content

Commit

Permalink
Merge pull request #311 from dev-sec/renovate/actions-download-artifa…
Browse files Browse the repository at this point in the history
…ct-4.x

Update actions/download-artifact action to v4
  • Loading branch information
schurzi authored Dec 21, 2023
2 parents b78f440 + de1447a commit 339c996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: CHANGELOG.md
- name: Update metadata with new version
Expand Down

0 comments on commit 339c996

Please sign in to comment.