diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06de0d4..2ffbe68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: - name: Upload coverage if: matrix.python-version == '3.13' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage.xml fail_ci_if_error: false