diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf381c3..1ce01a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: pytest -v --cov=gha_runner --cov-report=xml --color=yes . - name: CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests