From 487fd6af23f7eed78914961389a63c13ca9027b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:43:03 +0000 Subject: [PATCH] Bump svenstaro/upx-action from 2.4.1 to 3.0.0 Bumps [svenstaro/upx-action](https://github.com/svenstaro/upx-action) from 2.4.1 to 3.0.0. - [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/2.4.1...3.0.0) --- updated-dependencies: - dependency-name: svenstaro/upx-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d64c2c..92049f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: - if: matrix.os != 'macOS-latest' name: Compress binary - uses: svenstaro/upx-action@2.4.1 + uses: svenstaro/upx-action@3.0.0 with: files: ${{ env.BINARY_PATH }}