Skip to content

Commit

Permalink
win32 CI: use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed Sep 14, 2024
1 parent 3a32907 commit 6e0ebce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
RSYNC_PASSWORD=${{ secrets.RSYNC_PASSWORD }} rsync -avz --stats dist/*.zip rsync://[email protected]/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 }}
Expand All @@ -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
Expand Down

0 comments on commit 6e0ebce

Please sign in to comment.