From 6e41a971282e38b55f8ffc4673e2e2e62434f9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentino=20Me=C4=91imorec?= Date: Fri, 20 Sep 2024 12:44:22 +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 af536f5..ddece79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: version_icon: 'dbeaver.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'