Skip to content

Commit

Permalink
Merge pull request #272 from swsnr/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
swsnr committed Jan 1, 2024
2 parents 4e6da2d + b5fb6fc commit 93c3f3f
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 @@ -53,7 +53,7 @@ jobs:
needs: build-binaries
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: ./artifacts
- run: mkdir ./assets
Expand Down

0 comments on commit 93c3f3f

Please sign in to comment.