diff --git a/.github/workflows/_tests.yaml b/.github/workflows/_tests.yaml index 37bceaf2..33d81b2a 100644 --- a/.github/workflows/_tests.yaml +++ b/.github/workflows/_tests.yaml @@ -73,7 +73,7 @@ jobs: matrix.python-version == '3.14' && env.CODECOV_TOKEN != '' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ env.CODECOV_TOKEN }} files: coverage-integration.xml