From c105e5cb330a14ff904a00cbb6a2c954b84aa3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:59:55 +0000 Subject: [PATCH] GA(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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f51144c..d03afc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: run: echo "BINARY_PATH=./dist/stan" >> "$GITHUB_ENV" - name: Compress binary - uses: svenstaro/upx-action@2.3.0 + uses: svenstaro/upx-action@2.4.1 with: file: ${{ env.BINARY_PATH }}