Skip to content

Commit

Permalink
Merge pull request #81 from circe/update-coverage-action
Browse files Browse the repository at this point in the history
Upgrade codecov action
  • Loading branch information
hamnis authored Oct 28, 2024
2 parents 1a4fccb + a77ea0d commit 97c7ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/io/circe/sbt/CirceOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object CirceOrgPlugin extends AutoPlugin {
UseRef.Public(
"codecov",
"codecov-action",
"v3"
"v4"
),
params = Map(
"flags" -> List("${{matrix.scala}}").mkString(",")
Expand Down

0 comments on commit 97c7ddf

Please sign in to comment.