From 3791980b18b2ae628551c96b19cadc754dcd6ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 20:39:00 +0100 Subject: [PATCH] Upgraded codecov/codecov-action from 2.1.0 to 3.0.0 (#463) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/verify.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60e89614..8fc94c11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Code coverage report if: matrix.maven-version == '3.6.1' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 build-all: if: ${{ always() }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87d9b09a..08dce644 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Code coverage report if: matrix.maven-version == '3.6.1' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 build-all: if: ${{ always() }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9dac62b3..7abcb76a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -50,7 +50,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Code coverage report if: matrix.maven-version == '3.6.1' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 build-all: if: ${{ always() }}