This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new 425c136ff Bump codecov/codecov-action from 5.4.3 to 5.5.2 (#2104)
425c136ff is described below
commit 425c136ff599afd6586a174f34d5995c1ee4b0a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 10:39:24 2026 +0800
Bump codecov/codecov-action from 5.4.3 to 5.5.2 (#2104)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 5.4.3 to 5.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
-
[Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/codecov/codecov-action/compare/18283e04ce6e62d37312384ff67231eb8fd56d24...671740ac38dd9b0130fbe1cec585b89eea48d3de)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.5.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tison <[email protected]>
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c1a46f85f..e11807f95 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
run: tox -e coverage-ci
- name: Upload Coverage to codecov.io
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
# v5.4.3
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
# v5.5.2
with:
# We utilize secret for more realiable builds. Without secret being
set, upload step
# fails fairly often.