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 f34dab93d4 Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#2239)
f34dab93d4 is described below
commit f34dab93d4b6a65b4de1ebf254c9d7f83dbfcb46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 13:25:48 2025 +0000
Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#2239)
---
.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 a69f0c4b5d..aee3ad0069 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/[email protected]
+ uses: codecov/[email protected]
if: github.repository_owner == 'apache'
with:
fail_ci_if_error: false