From b02e3bf2ee44673923fee56e75f9d0fb7668e693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:58:39 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .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 5d8f04a..84129a0 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@v5 with: file: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true