mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-17 15:52:04 +03:00
chore(deps): bump actions/download-artifact from 3 to 4 (#1439)
This commit is contained in:
parent
c139de0658
commit
b8cba0807b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: vuetorrent-build
|
||||
path: ./vuetorrent
|
||||
|
@ -96,7 +96,7 @@ jobs:
|
|||
if: needs.setup-release.outputs.release_created
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: vuetorrent-build
|
||||
path: ./vuetorrent
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: vuetorrent-build
|
||||
path: ./vuetorrent
|
||||
|
|
Loading…
Add table
Reference in a new issue