From ed17d329e36a16c47334da4048076ad4bebd9338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:42:31 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... 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 9079490de..dbc20b25b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: npm install -g npm@8.1.0 - name: Download build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ipfs-webui_${{ github.sha }}-build path: build @@ -221,7 +221,7 @@ jobs: run: npm ci --prefer-offline --no-audit --progress=false --cache ${{ github.workspace }}/.cache/npm - name: Download CAR artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ipfs-webui_${{ github.sha }}.car