This is an automated email from the ASF dual-hosted git repository.
Alanxtl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new b19d5b4b9 Update Codecov action to version 7 (#3375)
b19d5b4b9 is described below
commit b19d5b4b9a3749e2a13b4cb9c635e0f05d26f294
Author: Xuetao Li <[email protected]>
AuthorDate: Mon Jun 8 14:53:26 2026 +0800
Update Codecov action to version 7 (#3375)
---
.github/workflows/github-actions.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/github-actions.yml
b/.github/workflows/github-actions.yml
index 4757d75ef..398255130 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -71,7 +71,7 @@ jobs:
run: make lint
- name: Codecov
- uses: codecov/codecov-action@v5 #NOSONAR
+ uses: codecov/codecov-action@v7 #NOSONAR
with:
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}