From cc08ddd7a1ae5c4dfd4f4e52eca4fe6830820519 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:48:12 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .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 2dd1e05..79c5de3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,6 @@ jobs: run: mvn -B clean package jacoco:report - name: Coverage - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: file: target/site/jacoco/jacoco.xml