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 bf5c6dd Revert "build(deps): bump codecov/codecov-action from 4 to 5
(#184)" (#186)
bf5c6dd is described below
commit bf5c6dd15945081a2bf3681999c01b0ed55377ba
Author: Shiyan Xu <[email protected]>
AuthorDate: Tue Nov 19 20:49:26 2024 -1000
Revert "build(deps): bump codecov/codecov-action from 4 to 5 (#184)" (#186)
This reverts commit 64fca2a89df31f8a7e0deb4e2ad8893d2ad766e4.
---
.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 10bd8a7..d7e08f6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
merge-multiple: true
path: ./cov-reports
- name: Upload coverage reports to codecov.io
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}