Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
zip -r UsaProject-linux.zip package/

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: UsaProject-linux
path: UsaProject-linux.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
zig-out/UsaProject-macos.zip

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: UsaProject-macos
path: zig-out/UsaProject-macos.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# zips whatever path it is given, so handing it a .zip yields a
# zip-inside-a-zip on download. The pre-made zip is kept only for the
# release asset below, where it is uploaded as-is.
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: UsaProject-windows
path: package\*
Expand Down
Loading