From 87a2c76481a638761134ab887039e8e0014f5ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 02:10:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9379505..db52d1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: name: Check Build, Install, Run steps: - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: # Artifact name name: feelpp-shapo-artifacts @@ -99,7 +99,7 @@ jobs: lfs: true submodules: 'recursive' - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: # Artifact name name: feelpp-shapo-artifacts