Skip to content

Commit

Permalink
Update crazy-max/ghaction-upx action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and zdz committed May 31, 2022
1 parent f796ed8 commit ba31909
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 @@ -65,7 +65,7 @@ jobs:
continue-on-error: true
# Disable upx for mips. See https://github.com/upx/upx/issues/387
if: matrix.os == 'ubuntu-latest' && !contains(matrix.target, 'mips')
uses: crazy-max/ghaction-upx@v1
uses: crazy-max/ghaction-upx@v2
with:
version: latest
files: |
Expand Down

0 comments on commit ba31909

Please sign in to comment.