diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 65de37d5..fe650002 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: - name: Run tests run: pnpm test:unit - name: Collect coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: success() with: files: ./coverage/lcov.info