From a71a3c32ab2fc783dbad845928259ff01110d70b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:56:19 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.1.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 ffea09e..937cc05 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.1.0 + uses: codecov/codecov-action@v5.1.1 with: file: target/site/jacoco/jacoco.xml