diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d4663bc04..0dc956518 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -67,7 +67,7 @@ jobs: source deactivate_conanrun.sh lcx="lcov --output-file=coverage.info " && for i in `find . -name "*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx - name: Codecov - uses: codecov/codecov-action@4 + uses: codecov/codecov-action@v4 if: github.repository_owner == 'apache' with: files: build/coverage.info