From bae8b5ff6d7b272a9964bc11f2afb3ff6e3b013c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:04:48 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 966405c..da85ce2 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -24,7 +24,7 @@ jobs: restore-keys: | maven- - run: mvn install -Pjacoco - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: files: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true