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

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

This reverts commit fea489032a.
This commit is contained in:
Jiahao XU 2024-01-08 00:46:30 +10:00 committed by GitHub
parent 763885b3a5
commit f5da25cc56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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@v4
- uses: actions/upload-artifact@v3
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@v4
- uses: actions/download-artifact@v3
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@v4
- uses: actions/download-artifact@v3
with:
name: detect-targets
- run: chmod +x detect-targets
@ -228,7 +228,7 @@ jobs:
- fedora
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
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@v4
- uses: actions/download-artifact@v3
with:
name: detect-targets
- run: chmod +x detect-targets