diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef74535..fdcbc74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: pnpm build - name: Publish to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 continue-on-error: true with: fail_ci_if_error: true