ci: upgrade upx to v4.0.0 (#203)

This commit is contained in:
Yujia Qiao 2022-11-04 22:49:31 +08:00 committed by GitHub
parent bf842b43d3
commit e4c6c8abce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && !contains(matrix.target, 'mips')
uses: crazy-max/ghaction-upx@v1
with:
version: v3.96
version: v4.0.0
files: target/${{ matrix.target }}/release/${{ matrix.exe }}
args: -q --best --lzma
- uses: actions/upload-artifact@v2