Skip to content

Commit

Permalink
pin version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jan 22, 2025
1 parent 27792a1 commit 9f0cb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- run: CGO_ENABLED=0 make release

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: release-zips
path: "*.zip"
Expand Down

0 comments on commit 9f0cb61

Please sign in to comment.