diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a484e0bc87312e..1511761e1619bc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -135,6 +135,6 @@ jobs: lcov --capture --directory ${{ github.workspace }}/. --output-file coverage.info genhtml coverage.info --output-directory coverage-report - name: Collect coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true