diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a22b6af..e233f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: pytest --cov=src/basic_agent_chat_loop --cov-report=xml --cov-report=term tests/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml flags: unittests