This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push: new 40f9e54d4b Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#2252) 40f9e54d4b is described below commit 40f9e54d4beb66b321f6372bbc7794e7926c3ff0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Apr 30 11:54:55 2025 +0000 Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#2252) --- .github/workflows/javaTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml index aee3ad0069..b04852afbb 100644 --- a/.github/workflows/javaTests.yml +++ b/.github/workflows/javaTests.yml @@ -154,7 +154,7 @@ jobs: run: mvn jacoco:report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.2 if: github.repository_owner == 'apache' with: fail_ci_if_error: false