From dfbad21836d4bb4d057f8f43af94e5276b3123e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:33:51 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .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 2582623..dc2d2fa 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ jobs: restore-keys: | maven- - run: mvn install -Pjacoco - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true