Skip to content

Commit bbade1b

Browse files
committed
update svenstaro/upx-action
1 parent 54bc615 commit bbade1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
use-cross: true
4949
command: build
5050
args: --release --target ${{ matrix.target }} --locked --no-default-features --features rustls
51-
- uses: svenstaro/upx-action@v1-release
51+
- uses: svenstaro/upx-action@v2
5252
if: matrix.target != 'aarch64-unknown-linux-musl'
5353
with:
5454
file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)