From b1e9ae75f467c52c4c04ee501dd5600d3fbdf1cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:55:39 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.3.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 6c474de75..13adeeebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: run: mvn -B clean package install jacoco:report - name: Coverage - uses: codecov/codecov-action@v5.2.0 + uses: codecov/codecov-action@v5.3.0 with: file: target/site/jacoco/jacoco.xml