diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index f0e50883f..3a43bc6fe 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -93,7 +93,7 @@ jobs: path: ${{ matrix.next-dir }}/.next/analyze/__bundle_analysis.json - name: Download bundle analysis report for base branch - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 if: success() && github.event.number with: workflow: nextjs-bundle-analysis.yml