File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3030import io.github.typesafegithub.workflows.actions.actions.Checkout
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
3030import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments