From b74ac1b0c384e84bba0df27b697b1e9f4bc6319f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:29:58 +0000 Subject: [PATCH] chore(deps): 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 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a32bdbd..05c0d6840 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: ./mvnw integration-test failsafe:verify -Pitest -B -T4 - name: Upload coverage information - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: "${{ secrets.CODECOV_TOKEN }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de0bd0ae7..7a0c04c1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/snapshot-producer' - name: Upload coverage information to CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: "${{ secrets.CODECOV_TOKEN }}"