From da2244f3b17b7dd33ca2949e4f2f3ece404acb10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:47:51 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 4c70bc2..fa772ca 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -21,7 +21,7 @@ jobs: restore-keys: | maven- - run: mvn clean install - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true