From 5ff0d4a7d56258aa7a9ed524aabd46ea0a842b73 Mon Sep 17 00:00:00 2001
From: Jan Saidl <saidl@vshosting.cz>
Date: Thu, 7 Mar 2024 09:46:09 +0100
Subject: [PATCH] update upx-action

---
 .github/workflows/tag.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml
index fc277413..85f760b0 100644
--- a/.github/workflows/tag.yml
+++ b/.github/workflows/tag.yml
@@ -73,7 +73,7 @@ jobs:
 
       - name: Compress binary
         if: ${{ matrix.compress }}
-        uses: svenstaro/upx-action@v1-release
+        uses: svenstaro/upx-action@v2
         with:
           file: ./builds/${{ matrix.file }}
           strip: ${{ matrix.strip }}