diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 9e03e4e1..90fa9409 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -49,7 +49,7 @@ jobs: pytest tests/ -v --cov=services --cov-report=xml --cov-report=term-missing --cov-fail-under=80 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' with: file: ./coverage.xml