diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 270629c..5738ff8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,7 +36,7 @@ jobs: - name: Run tests and collect coverage run: pytest --cov=streamcapture test/ ${{ env.CODECOV_ATS_TESTS }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: verbose: true env: