diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 8eaa055..d7a05f1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -53,7 +53,7 @@ jobs: pytest tests/ -v --cov=boon_tube_daemon --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.python-version == '3.14' with: file: ./coverage.xml