From d1f4b6457a9f58166cc21c0027bb7c1f01c93a3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Valentino=20Me=C4=91imorec?= <valentino@medimorec.com>
Date: Fri, 20 Sep 2024 12:43:52 +0200
Subject: [PATCH] Update upload artifact

---
 .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 00c879b..6462f4a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
           version_icon: 'icon_128x128.png'
       - name: Upload artifact
         if: ${{ env.APP_UPDATE_NEEDED == 'true' }}
-        uses: actions/upload-artifact@v1
+        uses: actions/upload-artifact@v4
         with:
           name: ${{ env.APP_SHORT_NAME }}.AppImage
           path: 'dist'