Skip to content

Commit

Permalink
Update upload-release-asset action to version 2 in GitHub Actions wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
ndonathan committed Nov 17, 2024
1 parent f8ea5b5 commit aa39626
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 @@ -73,7 +73,7 @@ jobs:
zip -r ../go_tasks.zip ./*
- name: Upload Release Assets
uses: actions/upload-release-asset@v1
uses: actions/upload-release-asset@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit aa39626

Please sign in to comment.