From 7628fb97837676509d605e3e8d6226d3f6aa6323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:25:31 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.7 --- .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 72f404e..afeffbc 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@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: file: ./target/site/jacoco/jacoco.xml flags: unittests