diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bea93e7..9417ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: pytest tests/ -v --cov=src/multi_model_debate --cov-report=term-missing --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.python-version == '3.12' with: files: coverage.xml