From 4b8abe5ce51ab0b0e7fcba1111098fd945b81839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 06:29:46 +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 f43896d..0e64237 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: feelpp-project-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: feelpp-project-artifacts path: artifacts/ - name: Download Wheel Packages - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: # Artifact name name: wheel-artifacts