This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch hotfix/codecov-fix
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 9b4501d2b14c473023b10bbe68bd98de45a8517e
Author: PengZheng <[email protected]>
AuthorDate: Tue Jan 23 13:26:35 2024 +0800

    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 76601a2e..be94b289 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

Reply via email to