From eaa8d27fc4e7350b588d0b965521769e2e100e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:11:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb81e75..3686ad3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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