From d9596317a50b63fab67835ba127b14661b993b1d Mon Sep 17 00:00:00 2001 From: deinhofer Date: Thu, 26 Sep 2024 13:57:07 +0200 Subject: [PATCH] upgraded upload-artifact to version 4 --- .github/workflows/release-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index d932b83cb..140d8982b 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -44,7 +44,7 @@ jobs: - name: Build AsTeRICS run: bash -ex ./Installer/jenkins-release-script.sh - name: Release .exe File - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.ARTIFACT }} path: Setup_AsTeRICS_${{ env.VERSION }}.exe