Skip to content

Commit

Permalink
fix: bump upload action version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Sep 12, 2024
1 parent df9fd5b commit 1166fb9
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 @@ -41,7 +41,7 @@ jobs:
env:
VERSION: v${{ needs.semantic-release.outputs.release-version }}
- name: Upload binaries to release
uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc # v2
uses: svenstaro/upload-release-action@2.9.0 # v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./.bin/*
Expand Down

0 comments on commit 1166fb9

Please sign in to comment.