Skip to content

Commit 4dbfd37

Browse files
Update gh-action codecov/codecov-action to v6 (major) (#2348)
1 parent 5bd24af commit 4dbfd37

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/branches-and-prs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
2626
@file:DependsOn("actions:checkout___major:[v6,v7-alpha)")
27-
@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)")
27+
@file:DependsOn("codecov:codecov-action___major:[v6,v7-alpha)")
2828
@file:DependsOn("testlens-app:setup-testlens___major:[v1,v2-alpha)")
2929

3030
import io.github.typesafegithub.workflows.actions.actions.Checkout

.github/workflows/branches-and-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ jobs:
125125
run: './gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"'
126126
- id: 'step-4'
127127
name: 'Upload to Codecov.io'
128-
uses: 'codecov/codecov-action@v5'
128+
uses: 'codecov/codecov-action@v6'
129129
with:
130130
fail_ci_if_error: 'true'

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
2626
@file:DependsOn("actions:checkout___major:[v6,v7-alpha)")
27-
@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)")
27+
@file:DependsOn("codecov:codecov-action___major:[v6,v7-alpha)")
2828

2929
import io.github.typesafegithub.workflows.actions.actions.Checkout
3030
import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: './gradlew --stop'
105105
- id: 'step-4'
106106
name: 'Upload to Codecov.io'
107-
uses: 'codecov/codecov-action@v5'
107+
uses: 'codecov/codecov-action@v6'
108108
with:
109109
fail_ci_if_error: 'true'
110110
release-spock:

0 commit comments

Comments
 (0)