From 9eb80685d9ec2a9bee9939066a99ceebf1bd3c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:34:18 +0000 Subject: [PATCH] chore(deps): Bump dawidd6/action-download-artifact in /.github/workflows (#1991) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nextjs-bundle-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index f0e50883f..3a43bc6fe 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -93,7 +93,7 @@ jobs: path: ${{ matrix.next-dir }}/.next/analyze/__bundle_analysis.json - name: Download bundle analysis report for base branch - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 if: success() && github.event.number with: workflow: nextjs-bundle-analysis.yml