Skip to content

Commit

Permalink
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 15, 2023
1 parent 5f0453d commit eaa8d27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install NPM dependencies
run: npm install
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# Artifact name
name: wheel-artifacts
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
lfs: true
submodules: 'recursive'
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# Artifact name
name: benchmarking-artifacts
Expand Down Expand Up @@ -174,13 +174,13 @@ jobs:
lfs: true
submodules: 'recursive'
- name: Download Deb Packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# Artifact name
name: benchmarking-artifacts
path: artifacts/
- name: Download Wheel Packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# Artifact name
name: wheel-artifacts
Expand Down

0 comments on commit eaa8d27

Please sign in to comment.