From 5e4d565d9f2673f85b026582aff6b2c6c1922ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:56:07 +0000 Subject: [PATCH] build(deps): bump svenstaro/upx-action from 2.3.0 to 2.4.1 Bumps [svenstaro/upx-action](https://github.com/svenstaro/upx-action) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/svenstaro/upx-action/releases) - [Changelog](https://github.com/svenstaro/upx-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upx-action/compare/2.3.0...2.4.1) --- updated-dependencies: - dependency-name: svenstaro/upx-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 2abcbb49..8dbd0fd9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -128,7 +128,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - run: cargo build --release - name: upx - uses: svenstaro/upx-action@2.3.0 + uses: svenstaro/upx-action@2.4.1 with: file: ${{ matrix.from-file }} args: ${{ matrix.args }}