From 93615049200ebeddaede1174d3d9efbb385246c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:45:39 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 2 to 6 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/nextjs_bundle_analysis-app-router.yml | 2 +- .github/workflows/nextjs_bundle_analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs_bundle_analysis-app-router.yml b/.github/workflows/nextjs_bundle_analysis-app-router.yml index cff82fb76..01ca376e3 100644 --- a/.github/workflows/nextjs_bundle_analysis-app-router.yml +++ b/.github/workflows/nextjs_bundle_analysis-app-router.yml @@ -54,7 +54,7 @@ jobs: path: ./projects/wp-nextjs-app/.next/analyze/__bundle_analysis.json - name: Download base branch bundle stats - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index e2e3e010d..57412b945 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -54,7 +54,7 @@ jobs: path: ./projects/wp-nextjs/.next/analyze/__bundle_analysis.json - name: Download base branch bundle stats - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml