From 5bbd02728f5088ed62121f9f5333706b9c7755ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:10:11 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.3.1 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0b1769b..c3b2f97 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,7 +33,7 @@ jobs: - name: Run tests with Maven run: mvn -B test -P quality --file pom.xml\ - name: Upload to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: file: ./target/site/jacoco/jacoco.xml flags: unittests