diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b7c6a1..94ff474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: pytest tests/ --cov=framework --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml flags: unittests