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 ae53852fda Bump codecov-action to v5
ae53852fda is described below

commit ae53852fda2a6cc1d1ba8f79dc36d85960f5ce00
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Nov 25 07:34:02 2024 +0800

    Bump codecov-action to v5
    
    codecov-action v3 works well now, let's try v5
---
 .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 f21bdd606f..25d2afd2ff 100644
--- a/.github/workflows/groovy-build-coverage.yml
+++ b/.github/workflows/groovy-build-coverage.yml
@@ -41,7 +41,7 @@ jobs:
         run: ./gradlew -Pcoverage=true jacocoAllReport
         timeout-minutes: 60
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v3
+        uses: codecov/codecov-action@v5
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           verbose: true

Reply via email to