From 85fbb8bceebf0487758ec201425330cd135a0fbb Mon Sep 17 00:00:00 2001 From: Jacek Radko Date: Thu, 16 Jan 2025 09:28:40 -0600 Subject: [PATCH] fix(repo): Update actions/upload-artifacts to v4 (#4912) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6579f700794..95f0de4f95e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: pnpm turbo lint $TURBO_ARGS --only -- --quiet - name: Upload Turbo Summary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ env.TURBO_SUMMARIZE == 'true' }} continue-on-error: true with: