From f3ac64795daf6f5f6ede9d0199384780deb5f54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 08:07:51 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-upx from 3 to 4 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_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index eba44a0..c6b7ac4 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -31,7 +31,7 @@ jobs: - uses: docker/setup-buildx-action@v3 - uses: sigstore/cosign-installer@v3.10.0 - uses: anchore/sbom-action/download-syft@v0.20.11 - - uses: crazy-max/ghaction-upx@v3 + - uses: crazy-max/ghaction-upx@v4 with: install-only: true - uses: cachix/install-nix-action@v31