File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
run : sbt ++${{ matrix.scala }} validate
66
66
67
67
- name : Codecov
68
- uses : codecov/codecov-action@v2
68
+ uses : codecov/codecov-action@v3
69
69
70
70
- name : Compress target directories
71
71
run : tar cf targets.tar target modules/docs/.jvm/target modules/mill-plugin/.jvm/target modules/sbt-plugin/.jvm/target modules/core/.jvm/target modules/benchmark/.jvm/target project/target
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ThisBuild / githubWorkflowBuild :=
57
57
Seq (
58
58
WorkflowStep .Sbt (List (" validate" ), name = Some (" Build project" )),
59
59
WorkflowStep .Use (
60
- UseRef .Public (" codecov" , " codecov-action" , " v2 " ),
60
+ UseRef .Public (" codecov" , " codecov-action" , " v3 " ),
61
61
name = Some (" Codecov" )
62
62
)
63
63
)
You can’t perform that action at this time.
0 commit comments