From ccdc697a05a942e735954ae183b87bae6cc98ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:37:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build(deps):=20Bump=20crazy-max/?= =?UTF-8?q?ghaction-upx=20from=203=20to=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [crazy-max/ghaction-upx](https://github.com/crazy-max/ghaction-upx) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-upx/releases) - [Commits](https://github.com/crazy-max/ghaction-upx/compare/v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-upx dependency-version: '4' 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 d987b81..f0a0bbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: stable - - uses: crazy-max/ghaction-upx@v3 + - uses: crazy-max/ghaction-upx@v4 with: install-only: true version: latest