From 38448a9b27daa9bfc8d82d6ba941b8a45225b966 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:13:41 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v8 --- .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..8c50d0fb5 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@v8 if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml