diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dd4927..dec3576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: pytest --cov=app --cov-report=term-missing --cov-report=xml - name: Upload coverage if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.xml fail_ci_if_error: false