chore(deps): bump actions/download-artifact from 3 to 4 (#1439)

This commit is contained in:
dependabot[bot] 2024-01-02 04:13:30 +01:00 committed by GitHub
parent c139de0658
commit b8cba0807b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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