From 9d6acc0f7435deb6744be43ea09dd43811932884 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 17:06:45 +0000 Subject: [PATCH] Update gh-action codecov/codecov-action to v7 --- .github/workflows/branches-and-prs.main.kts | 2 +- .github/workflows/branches-and-prs.yaml | 2 +- .github/workflows/release.main.kts | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branches-and-prs.main.kts b/.github/workflows/branches-and-prs.main.kts index c2acfb78c8..97580eccbc 100755 --- a/.github/workflows/branches-and-prs.main.kts +++ b/.github/workflows/branches-and-prs.main.kts @@ -24,7 +24,7 @@ @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v6,v7-alpha)") -@file:DependsOn("codecov:codecov-action___major:[v6,v7-alpha)") +@file:DependsOn("codecov:codecov-action___major:[v7,v8-alpha)") @file:DependsOn("testlens-app:setup-testlens___major:[v1,v2-alpha)") import io.github.typesafegithub.workflows.actions.actions.Checkout diff --git a/.github/workflows/branches-and-prs.yaml b/.github/workflows/branches-and-prs.yaml index ffe9669d5f..7baf1fb45f 100644 --- a/.github/workflows/branches-and-prs.yaml +++ b/.github/workflows/branches-and-prs.yaml @@ -131,6 +131,6 @@ jobs: run: './gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"' - id: 'step-4' name: 'Upload to Codecov.io' - uses: 'codecov/codecov-action@v6' + uses: 'codecov/codecov-action@v7' with: fail_ci_if_error: 'true' diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 2cd767313b..c9144d6119 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -24,7 +24,7 @@ @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v6,v7-alpha)") -@file:DependsOn("codecov:codecov-action___major:[v6,v7-alpha)") +@file:DependsOn("codecov:codecov-action___major:[v7,v8-alpha)") import io.github.typesafegithub.workflows.actions.actions.Checkout import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29bc8ddfbf..bebd2414ba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -107,7 +107,7 @@ jobs: run: './gradlew --stop' - id: 'step-4' name: 'Upload to Codecov.io' - uses: 'codecov/codecov-action@v6' + uses: 'codecov/codecov-action@v7' with: fail_ci_if_error: 'true' release-spock: