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

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


The following commit(s) were added to refs/heads/feature/747-fix-codecov by 
this push:
     new c51c1d71 gh-747: Fix codecov action version
c51c1d71 is described below

commit c51c1d71ff43b23b9c39ae11ee0e0719696d6c8f
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon May 27 22:25:12 2024 +0200

    gh-747: Fix codecov action version
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index d4663bc0..0dc95651 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

Reply via email to