Skip to content

Commit

Permalink
Merge pull request #71 from kamphaus/69-fix-artifact-breaking-changes
Browse files Browse the repository at this point in the history
Update missing action/download-artifact to v4
  • Loading branch information
christophe-kamphaus-jemmic authored Mar 5, 2024
2 parents 77dd471 + 91861fb commit d03c145
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 @@ -159,7 +159,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: "binaries"
pattern: release-artifacts-*
Expand Down

0 comments on commit d03c145

Please sign in to comment.