build(deps): bump actions/{up, down}load-artifact from 3 to 4 (#1591)

Revert "Revert "build(deps): bump actions/{up, down}load-artifact from 3 to 4…"

This reverts commit f5da25cc56.
This commit is contained in:
Jiahao XU 2024-02-01 00:26:11 +10:00 committed by GitHub
parent 12b2824a3b
commit dba9dd5ff0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 19 deletions

View file

@ -172,7 +172,7 @@ jobs:
# Set working directory here, otherwise `cargo-zigbuild` would download
# and build quite a few unused dependencies.
working-directory: crates/detect-targets
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: detect-targets
path: target/${{ env.CARGO_BUILD_TARGET }}/debug/detect-targets
@ -183,7 +183,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: detect-targets
- run: chmod +x detect-targets
@ -205,7 +205,7 @@ jobs:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: detect-targets
- run: chmod +x detect-targets
@ -228,7 +228,7 @@ jobs:
- fedora
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: detect-targets
- run: chmod +x detect-targets
@ -244,7 +244,7 @@ jobs:
needs: detect-targets-build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: detect-targets
- run: chmod +x detect-targets