Skip to content

Commit

Permalink
[CI] use actions/upload-artifact@v4 in PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
marzent authored Jan 30, 2025
1 parent cb526a3 commit 7ed33b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
Copy-Item "IINACT/bin/Release/win-x64/IINACT/latest.zip" -Destination "IINACT.zip"
Expand-Archive -Force IINACT.zip Artifact
- name: Upload IINACT
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: IINACT
path: Artifact/*

0 comments on commit 7ed33b8

Please sign in to comment.