diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 93959a3..557a35e 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -49,7 +49,7 @@ jobs: run: scripts/test - name: Upload coverage to Codecov if: matrix.python-version == '3.14' && matrix.starlette-version == '1.0.0rc1' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 continue-on-error: true with: files: ./coverage.xml