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 @@ -55,7 +55,7 @@ ThisBuild / githubWorkflowBuild :=
55
55
Seq (
56
56
WorkflowStep .Sbt (List (" validate" ), name = Some (" Build project" )),
57
57
WorkflowStep .Use (
58
- UseRef .Public (" codecov" , " codecov-action" , " v2 " ),
58
+ UseRef .Public (" codecov" , " codecov-action" , " v3 " ),
59
59
name = Some (" Codecov" )
60
60
)
61
61
)
You can’t perform that action at this time.
0 commit comments