From b5c4e47c1b742911481491de8b6491e7103b91a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:23:55 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v7 --- .github/workflows/nextjs_bundle_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yaml b/.github/workflows/nextjs_bundle_analysis.yaml index 35f0fc89b..195124ca3 100644 --- a/.github/workflows/nextjs_bundle_analysis.yaml +++ b/.github/workflows/nextjs_bundle_analysis.yaml @@ -58,7 +58,7 @@ jobs: path: .next/analyze/__bundle_analysis.json - name: Download base branch bundle stats - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml