diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2e49b7047..b8f1e4ea3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: run: | cmake --build build --target test ARGS="-V --timeout 21600" || exit 0 - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ ! cancelled() }} with: gcov: true