From 9bf65332d18e79995746078e8e540d558d908cf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:53:14 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.2.0 --- .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 c6552c3..7a85e0a 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.2 + uses: codecov/codecov-action@v5.2.0 with: file: target/site/jacoco/jacoco.xml