diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7ce80e2..00b7421d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Run tests run: pnpm test - name: Collect coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: success() with: token: ${{ secrets.CODECOV_TOKEN }}