diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a1edee275..9dbdfe567c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,7 +227,7 @@ jobs: --exclude='.build/next/cache' \ .build/next - name: Upload Next.js build for E2E shards - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: e2e-next-build path: /tmp/e2e-build.tar.gz