Skip to content

Commit 33dcc6e

Browse files
authored
Merge pull request #2777 from exoego/bump-github-actions
Bump GitHub actions
2 parents f2bce54 + e340e3b commit 33dcc6e

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
@@ -57,7 +57,7 @@ ThisBuild / githubWorkflowBuild :=
5757
Seq(
5858
WorkflowStep.Sbt(List("validate"), name = Some("Build project")),
5959
WorkflowStep.Use(
60-
UseRef.Public("codecov", "codecov-action", "v2"),
60+
UseRef.Public("codecov", "codecov-action", "v3"),
6161
name = Some("Codecov")
6262
)
6363
)

0 commit comments

Comments
 (0)