From 88827b3bf7719a62906877e5a28d768f3a4463d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:58:37 +0000 Subject: [PATCH] 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/snapshot-deploy.yaml | 2 +- .github/workflows/verify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot-deploy.yaml b/.github/workflows/snapshot-deploy.yaml index e04bd373f6..87c74898fa 100644 --- a/.github/workflows/snapshot-deploy.yaml +++ b/.github/workflows/snapshot-deploy.yaml @@ -67,6 +67,6 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Upload CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: unittests diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 45feacdc6c..da310dff51 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -43,6 +43,6 @@ jobs: run: mvn -U clean verify -Pcloud,jacoco-report - name: Upload CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: unittests