diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03eb7c4a..0fe3e156 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: Run tests run: pnpm test - name: Collect coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: success() with: files: ./coverage/lcov.info