From e4cf68d243fe05920d70a152f7cfe1321e20c95e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:15:43 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/branches-and-prs.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branches-and-prs.yaml b/.github/workflows/branches-and-prs.yaml index b748ab15c1..91b106bb9e 100644 --- a/.github/workflows/branches-and-prs.yaml +++ b/.github/workflows/branches-and-prs.yaml @@ -125,6 +125,6 @@ jobs: run: './gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"' - id: 'step-4' name: 'Upload to Codecov.io' - uses: 'codecov/codecov-action@v5' + uses: 'codecov/codecov-action@v6' with: fail_ci_if_error: 'true' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 227c0f5de6..7b131cdc8a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -104,7 +104,7 @@ jobs: run: './gradlew --stop' - id: 'step-4' name: 'Upload to Codecov.io' - uses: 'codecov/codecov-action@v5' + uses: 'codecov/codecov-action@v6' with: fail_ci_if_error: 'true' release-spock: