This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push:
new 2a688b66b Bump codecov/codecov-action from 3.1.4 to 5.3.1 (#243) [skip
ci]
2a688b66b is described below
commit 2a688b66bf79b4b2ce61efd4f4b54e4514243a02
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 00:01:04 2025 +0000
Bump codecov/codecov-action from 3.1.4 to 5.3.1 (#243) [skip ci]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 3.1.4 to 5.3.1.
- [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/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/coverage.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 1d2caa342..95498959d 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -53,6 +53,6 @@ jobs:
run: mvn --show-version --batch-mode --no-transfer-progress test
jacoco:report-aggregate
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d #
v3.1.4
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 #
v5.3.1
with:
files: ./docs-archive/target/site/jacoco-aggregate/jacoco.xml