From 679ccaa0cdf556436ac258ee7f5e93bca41ddd08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:45:57 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 85cd8ee..e0b8355 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -25,7 +25,7 @@ jobs: - name: Run tests - run: mvn install -Pjacoco - name: Upload coverage to Codecov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v7 with: file: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true