From d06e0b713f71a2c920cf671736dcdf8799e0a67c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:57:33 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.7 --- .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 457a06f..cda7544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: run: mvn -B clean package jacoco:report - name: Coverage - uses: codecov/codecov-action@v5.0.6 + uses: codecov/codecov-action@v5.0.7 with: file: target/site/jacoco/jacoco.xml