diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68965fb..282638e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Run tests run: pnpm test - name: Collect coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: success() with: files: ./coverage/lcov.info