diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index fc277413..85f760b0 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -73,7 +73,7 @@ jobs: - name: Compress binary if: ${{ matrix.compress }} - uses: svenstaro/upx-action@v1-release + uses: svenstaro/upx-action@v2 with: file: ./builds/${{ matrix.file }} strip: ${{ matrix.strip }}