mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 06:46:13 +03:00
chore(deps): bump actions/upload-artifact from 3 to 4 (#1440)
This commit is contained in:
parent
e30ecec479
commit
c139de0658
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vuetorrent-build
|
||||
path: ./vuetorrent
|
||||
|
|
Loading…
Reference in a new issue