From 4336daad3cbfae9c894d588d86e8ae1649133256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:46:09 +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 b7acca7..8c5603a 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