Skip to content

Commit

Permalink
migrate actions/upload-artifact to v4 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo RUTH <contact@pablo-ruth.fr>
  • Loading branch information
pablo-ruth authored Nov 3, 2024
1 parent 8ee8575 commit 2c38ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
GORELEASER_CURRENT_TAG: ${{ github.run_id }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build
path: bin/

0 comments on commit 2c38ad8

Please sign in to comment.