diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 387b7d9..f0e99ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Upload coverage if: matrix.python-version == '3.13' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: coverage.xml fail_ci_if_error: false