From 8ae480938c15b587414142bca9d3758e4a5ddad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:23:28 +0000 Subject: [PATCH] chore(deps): bump svenstaro/upx-action from 2 to 3 Bumps [svenstaro/upx-action](https://github.com/svenstaro/upx-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: svenstaro/upx-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index adaf6b8..eb4b26b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: run: CGO_ENABLED=0 go build -a -tags netgo -ldflags '-s -w' -v -o . ./... - name: Compress binaries - uses: svenstaro/upx-action@v2 + uses: svenstaro/upx-action@v3 with: files: | junit2jira