Skip to content

Commit

Permalink
use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marzent authored Jan 30, 2025
1 parent 145d53a commit d38625b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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/*
Expand Down

0 comments on commit d38625b

Please sign in to comment.