From bb5880449e06cbbc292482eae4476d73f59e5d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 04:11:32 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5edf3a0c..ae92f614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} From 97ceafd8ec3e071b925b426c3945a833dbff422a Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Fri, 15 Nov 2024 10:41:31 +0100 Subject: [PATCH 2/2] Update codecove in build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 82766766..a2876245 100644 --- a/build.sbt +++ b/build.sbt @@ -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") )