Skip to content

Commit

Permalink
Merge pull request #50 from chmouel/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
chmouel authored Jan 2, 2024
2 parents 7aa7915 + c4f2912 commit 34af3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: raffi-x86_64-unknown-linux-gnu
path: target/linux_amd64/raffi
Expand Down

0 comments on commit 34af3ea

Please sign in to comment.