Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 2402914 commit d05fc3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "branch_name=$(echo ${GITHUB_REF##*/})" >> $GITHUB_OUTPUT
echo "tag=$(echo ${{ matrix.client }}-${{ matrix.metadata }}-)" >> $GITHUB_OUTPUT
echo "ts=$TS" >> $GITHUB_OUTPUT
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.client }}-${{ matrix.metadata }}
path: artifacts/
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
TS=$(date +%s)
echo "branch_name=$(echo ${GITHUB_REF##*/})" >> $GITHUB_OUTPUT
echo "ts=$TS" >> $GITHUB_OUTPUT
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts/
- name: Set up QEMU
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
needs: [test]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit d05fc3c

Please sign in to comment.