diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cea25e8..80b2a5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,6 @@ jobs: uv run coverage xml - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: reports/coverage.xml