Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 (#1069)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michel Davit <[email protected]>
  • Loading branch information
dependabot[bot] and RustedBones authored Nov 18, 2024
1 parent a3b37a6 commit 11b5dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
run: sbt '++ ${{ matrix.scala }}' coverage test coverageAggregate

- name: Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
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 11b5dab

Please sign in to comment.