diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be0f3b3..2b2149c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: pytest tests/ -v --cov=ai_automation_framework --cov-report=xml --cov-report=html --cov-fail-under=60 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests