From 020ae21c3e1dda2be94400956537060bc5535e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:03:36 -0400 Subject: [PATCH] chore(deps): bump actions/download-artifact from 2 to 4 in /.github/workflows (#3209) * 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] * chore: Apply suggestions from code review --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> --- .github/workflows/analyze-dependents.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml index d32acb51ef..c33dc2a9f5 100644 --- a/.github/workflows/analyze-dependents.yml +++ b/.github/workflows/analyze-dependents.yml @@ -225,7 +225,7 @@ jobs: run: npm ci working-directory: dependent-usage-analyzer - name: Download dependent project checkouts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dependent-project-checkouts path: dependent-usage-analyzer @@ -262,7 +262,7 @@ jobs: with: node-version: ${{ env.NODE_VER }} - name: Download analysis output - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dependent-usage-json - name: Create pull request for dependent project usages