From e4dd7e4067d6e4ca4aa3a4a579dd8a60cfb824d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:04:19 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6.0.1 --- .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 a0f06c4..701b3d3 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.0 + uses: codecov/codecov-action@v6.0.1 with: file: target/site/jacoco/jacoco.xml