Skip to content

Commit

Permalink
update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHeitmann committed Oct 27, 2024
1 parent ab39f5f commit f7608e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
Copy-Item -Path "C:\Windows\SysWOW64\vcruntime140.dll" -Destination $destination2 -Force
- name: Archive Release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows
path: build/windows/x64/runner/Release

0 comments on commit f7608e6

Please sign in to comment.