From 0c8eac29702568dbf71321a166c8cc0adf93d53f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:37:52 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.3.0 --- .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 6ca0bb2..0b1769b 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.1.1 + uses: codecov/codecov-action@v4.3.0 with: file: ./target/site/jacoco/jacoco.xml flags: unittests