From 91bfbfe5fe98e75fd7cec4329fe8317c4a47a4fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:07:34 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 1859567..c545de5 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -36,7 +36,7 @@ jobs: build/reports/jacoco/test/jacocoTestReport.xml - name: Upload Coverage to Codecov if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: build/reports/jacoco/test/jacocoTestReport.xml fail_ci_if_error: false