diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3910fa..1aceab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: uv run pytest --cov=asa_api_client --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml fail_ci_if_error: false