From 8275d38d2581aed6ec74e9b90d33419f82641fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:02:57 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03782d03a3f8..5f405688be24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: key: yarn-${{ hashFiles('yarn.lock') }} - name: Install run: yarn install - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: babel-artifact - name: Lint @@ -172,7 +172,7 @@ jobs: # Deduplicate dependencies, because duplicate copies of graceful-fs cause # problems with the "path" module: https://github.com/facebook/jest/issues/9656 yarn dedupe - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: babel-artifact - name: Generate runtime helpers @@ -249,7 +249,7 @@ jobs: key: yarn-${{ hashFiles('yarn.lock') }} - name: Install run: yarn install - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: babel-artifact - name: Generate runtime helpers @@ -280,7 +280,7 @@ jobs: key: yarn-${{ hashFiles('yarn.lock') }} - name: Install run: yarn install - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: babel-artifact - name: Download tests @@ -331,7 +331,7 @@ jobs: # The "Support self-references on old Node.js" step mutates the # package.json file, causing a yarn.lock update. YARN_ENABLE_IMMUTABLE_INSTALLS: false - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: babel-artifact - name: Generate runtime helpers @@ -453,7 +453,7 @@ jobs: uses: actions/setup-node@v2-beta with: node-version: "*" - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: verdaccio-workspace path: /tmp/verdaccio-workspace