From ec13d33dad30ca0a2a1761961772b3ce41165a5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:25:00 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 --- .github/workflows/maven.quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.quality.yml b/.github/workflows/maven.quality.yml index 2f795d3..6a7317d 100644 --- a/.github/workflows/maven.quality.yml +++ b/.github/workflows/maven.quality.yml @@ -34,7 +34,7 @@ jobs: run: mvn -B test -P quality --file pom.xml\ - name: Upload to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: file: ./target/site/jacoco/jacoco.xml flags: unittests \ No newline at end of file