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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new d736334  Bump codecov-action to v3
d736334 is described below

commit d736334a6014a8a080f9e6588917978b25103f78
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Aug 3 22:41:29 2022 +0800

    Bump codecov-action to v3
---
 .github/workflows/java_coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/java_coverage.yml 
b/.github/workflows/java_coverage.yml
index b12d88c..6c9657a 100644
--- a/.github/workflows/java_coverage.yml
+++ b/.github/workflows/java_coverage.yml
@@ -21,7 +21,7 @@ jobs:
       - name: Generate coverage report
         run: mvn test --file ./java/pom.xml
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/codecov-action@v3
         with:
           file: ./java/client/target/site/jacoco/jacoco.xml
           flags: java

Reply via email to