mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
misc(night builder): Update upload-artifact to @v4
This commit is contained in:
parent
4b1755706a
commit
e53d3b3b9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload Archive
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: TorrentPier
|
||||
path: ${{ steps.create_zip.outputs.ZIP_NAME }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue