From f5ed6051667158c711d80e26c6a6a4ee834265da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 23:03:17 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.1.0 to 3.0.0 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] --- .github/workflows/main-build.yml | 2 +- .github/workflows/pr-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 8ce911344b3..ebf5b7b9d72 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -54,7 +54,7 @@ jobs: properties: | testJavaVersion=${{ matrix.test-java-version }} org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }},${{ steps.setup-java-16.outputs.path }},${{ steps.setup-java-17.outputs.path }} - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.0.0 if: ${{ matrix.coverage }} - uses: actions/upload-artifact@v2 if: ${{ matrix.coverage }} diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index bbf4360a317..53e31628b75 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -54,7 +54,7 @@ jobs: properties: | testJavaVersion=${{ matrix.test-java-version }} org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }},${{ steps.setup-java-16.outputs.path }},${{ steps.setup-java-17.outputs.path }} - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.0.0 if: ${{ matrix.coverage }} - uses: actions/upload-artifact@v2 if: ${{ matrix.coverage }}