diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 4905dcb9cc..edcaaa543f 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -416,7 +416,7 @@ jobs: - name: Generate coverage report if: ${{ !cancelled() }} run: make gcovr-xml - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: ${{ !cancelled() }} with: disable_search: true