From bca0b7c915cc607218a446a0699542c63cc5f4f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:00:07 +0000 Subject: [PATCH] chore(workflows): update dawidd6/action-download-artifact action to v6 --- .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 dd0f77cf..4bacb033 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -77,7 +77,7 @@ jobs: path: apps/web/.next/analyze/__bundle_analysis.json - name: Download base branch bundle stats - uses: dawidd6/action-download-artifact@v5 + uses: dawidd6/action-download-artifact@v6 if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml