This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch revert-263-dependabot/github_actions/codecov/codecov-action-5.4.2 in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 177c7bb2d617ca774613e185473c65250cfd7bd3 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Apr 18 21:12:57 2025 -0400 Revert "Bump codecov/codecov-action from 5.3.1 to 5.4.2" --- .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 c3af64004..d5990bd2c 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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: files: ./docs-archive/target/site/jacoco-aggregate/jacoco.xml