From e8e71853acfff87d8308ec56d38bb7f1402ad833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:16:25 +0000 Subject: [PATCH] Bump svenstaro/upx-action from 2 to 3 Bumps [svenstaro/upx-action](https://github.com/svenstaro/upx-action) from 2 to 3. - [Release notes](https://github.com/svenstaro/upx-action/releases) - [Changelog](https://github.com/svenstaro/upx-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: svenstaro/upx-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0209bc..a9cab2a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,7 +68,7 @@ jobs: - name: Compress binary if: ${{ runner.os != 'macOS' }} # upx is crashing for macOS Ventura or above! - uses: svenstaro/upx-action@v2 + uses: svenstaro/upx-action@v3 with: files: ${{ steps.binarypath.outputs.BINARY_PATH }}