Skip to content

Commit e340e3b

Browse files
committed
Bump codecov-action
1 parent 6fadfce commit e340e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: sbt ++${{ matrix.scala }} validate
6666

6767
- name: Codecov
68-
uses: codecov/codecov-action@v2
68+
uses: codecov/codecov-action@v3
6969

7070
- name: Compress target directories
7171
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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ThisBuild / githubWorkflowBuild :=
5555
Seq(
5656
WorkflowStep.Sbt(List("validate"), name = Some("Build project")),
5757
WorkflowStep.Use(
58-
UseRef.Public("codecov", "codecov-action", "v2"),
58+
UseRef.Public("codecov", "codecov-action", "v3"),
5959
name = Some("Codecov")
6060
)
6161
)

0 commit comments

Comments
 (0)