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

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

commit 78b813c9a5f475770072ac2fa276e5b16fcc18b6
Author: Daniel Sun <sun...@apache.org>
AuthorDate: Tue Nov 26 22:31:10 2024 +0800

    Bump codecov/codecov-action from 3 to 5
---
 .github/workflows/groovy-build-coverage.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-coverage.yml 
b/.github/workflows/groovy-build-coverage.yml
index d6d48f494c..7ec2213d42 100644
--- a/.github/workflows/groovy-build-coverage.yml
+++ b/.github/workflows/groovy-build-coverage.yml
@@ -43,4 +43,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