From 6e0ebce3396d5722264799c625db6b51817ea4c3 Mon Sep 17 00:00:00 2001 From: "Lukas K." Date: Sat, 14 Sep 2024 16:15:24 +0200 Subject: [PATCH] win32 CI: use upload-artifact@v4 --- .github/workflows/win32.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win32.yml b/.github/workflows/win32.yml index f6e8d950..b3cee33b 100644 --- a/.github/workflows/win32.yml +++ b/.github/workflows/win32.yml @@ -64,7 +64,7 @@ jobs: run: | RSYNC_PASSWORD=${{ secrets.RSYNC_PASSWORD }} rsync -avz --stats dist/*.zip rsync://horizon-eda@mirror-1.server.selfnet.de/horizon-eda/win64-ci/${{ env.artifact_name }}.zip echo "::notice title=Download this build::Get the zip archive from the selfnet mirror: https://mirror.selfnet.de/horizon-eda/win64-ci/${{ env.artifact_name }}.zip" - - uses: actions/upload-artifact@v2-preview + - uses: actions/upload-artifact@v4 if: github.event_name == 'pull_request' with: name: ${{ env.artifact_name }} @@ -75,7 +75,7 @@ jobs: $env:PATH += ";$($Env:WIX)\bin" cd wix .\install.bat - - uses: actions/upload-artifact@v2-preview + - uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/win32-installer' with: name: horizon-win64-installer