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 5ebed5b384 Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#2264) 5ebed5b384 is described below commit 5ebed5b384db71fee207dd4d44f1dcdba7b7ffaa Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun May 18 13:40:02 2025 +0000 Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#2264) --- .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 37c28d30dc..d13b187fb2 100644 --- a/.github/workflows/javaTests.yml +++ b/.github/workflows/javaTests.yml @@ -149,7 +149,7 @@ jobs: run: mvn jacoco:report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.4.3 if: github.repository_owner == 'apache' with: fail_ci_if_error: false