diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6372d18..9572580 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: pytest tests/integration -v --cov=cli_audit --cov-append --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests