From 27a7946ce1c2931eec67a0fbc24f7352392339b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 15:54:52 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 (#459) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/nextjs_bundle_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index d4d3e319..127a0098 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -80,7 +80,7 @@ jobs: - name: Upload analysis if: success() && github.event.number - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: analysis_comment path: .next/analyze/__bundle_analysis_comment.txt @@ -91,7 +91,7 @@ jobs: - name: Upload PR number if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pr path: ./pr-id.txt \ No newline at end of file