From 9b4501d2b14c473023b10bbe68bd98de45a8517e Mon Sep 17 00:00:00 2001 From: PengZheng Date: Tue, 23 Jan 2024 13:26:35 +0800 Subject: [PATCH] Update codecov-action. --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 76601a2e0..be94b289a 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@e156083f13aff6830c92fc5faa23505779fbf649 + uses: codecov/codecov-action@v3 with: - file: build/coverage.info + files: build/coverage.info name: codecov-celix