diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a37f28e..700eca1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: - name: Upload coverage reports if: matrix.python-version == '3.11' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml fail_ci_if_error: false