File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
3030import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth
31- import io.github.typesafegithub.workflows.actions.codecov.CodecovAction
31+ import io.github.typesafegithub.workflows.actions.codecov.CodecovAction_Untyped
3232import io.github.typesafegithub.workflows.domain.RunnerType
3333import io.github.typesafegithub.workflows.domain.triggers.Push
3434import io.github.typesafegithub.workflows.dsl.expressions.Contexts.github
@@ -103,8 +103,8 @@ workflow(
103103 )
104104 uses(
105105 name = " Upload to Codecov.io" ,
106- action = CodecovAction (
107- failCiIfError = true
106+ action = CodecovAction_Untyped (
107+ failCiIfError_Untyped = " true"
108108 )
109109 )
110110 }
You can’t perform that action at this time.
0 commit comments