From 46391ebd12a44d98eba4d2bf720d085fe50f7ae2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 15:01:29 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action from vv5 to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bd3cc19..4027e839 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: mvn --batch-mode jib:dockerBuild -Dmaven.test.skip -P prettierSkip - name: codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./target/site/jacoco/jacoco.xml