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

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new ed267ee  chore: update codecov-action to v5 (#248)
ed267ee is described below

commit ed267eef9e36b96ee567f4165e4b123c9dbb176a
Author: 𝕂 <[email protected]>
AuthorDate: Tue Jan 21 00:35:21 2025 +0900

    chore: update codecov-action to v5 (#248)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6b36580..50e4951 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
           merge-multiple: true
           path: ./cov-reports
       - name: Upload coverage reports to codecov.io
-        uses: codecov/codecov-action@v4
+        uses: codecov/codecov-action@v5
         with:
           fail_ci_if_error: true
           token: ${{ secrets.CODECOV_TOKEN }}

Reply via email to