diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c7eb80e98d..2e8dd70649 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -155,7 +155,7 @@ jobs: pytest ${{ matrix.pytestargs }} -n=logical --dist=worksteal --timeout=300 --durations=0 --cov --cov-report=xml --cov-report=term --durations-path=./.github/.test_durations - name: upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 check: if: always() needs: [tests]