Skip to content

Commit

Permalink
Update codecove in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Nov 15, 2024
1 parent bb58804 commit 97ceafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
name = Some("Test coverage")
),
WorkflowStep.Use(
UseRef.Public("codecov", "codecov-action", "v4"),
UseRef.Public("codecov", "codecov-action", "v5"),
Map("token" -> "${{ secrets.CODECOV_TOKEN }}"),
name = Some("Upload coverage report")
)
Expand Down

0 comments on commit 97ceafd

Please sign in to comment.