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

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 7126965eee Try to downgrade codecov-action from 5 to 3 to fix codecov
7126965eee is described below

commit 7126965eeeb380cda1c50967b25f1a30baf1f3fb
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Nov 25 05:46:55 2024 +0800

    Try to downgrade codecov-action from 5 to 3 to fix codecov
---
 .github/workflows/groovy-build-coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-coverage.yml 
b/.github/workflows/groovy-build-coverage.yml
index eba7094b95..61e00575e4 100644
--- a/.github/workflows/groovy-build-coverage.yml
+++ b/.github/workflows/groovy-build-coverage.yml
@@ -41,4 +41,4 @@ jobs:
         run: ./gradlew -Pcoverage=true jacocoAllReport
         timeout-minutes: 60
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v5
+        uses: codecov/codecov-action@v3

Reply via email to