diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d0708..a3ec18c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: pytest --cov=authority --cov-report=xml --cov-report=term-missing - name: Upload coverage if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: files: ./coverage.xml fail_ci_if_error: false