From 4d8a4263be084d633c088d2e93579b2eb80498a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:16:18 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v11 --- .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 93b65f1f7..df46e6ebf 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@v9 + uses: dawidd6/action-download-artifact@v11 if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml