diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9ecf2f..b235d8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - run: python -m build - run: pytest tests/ -v --cov --cov-report=xml - run: python -m behave tests/e2e/features/ --no-capture --no-color --exclude timeout - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v7 if: matrix.python-version == '3.12' with: files: ./coverage.xml