From 334c67b24380720ae403552b8996e0b6ecbdced8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 14:59:48 +0900 Subject: [PATCH] Bump codecov/codecov-action from 1.5.0 to 1.5.2 (#3303) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 1.5.2. - [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/v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 908e591ee4..64645696a4 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -42,7 +42,7 @@ jobs: properties: | testAdditionalJavaVersions=${{ matrix.testAdditionalJavaVersions }} org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }} - - uses: codecov/codecov-action@v1.5.0 + - uses: codecov/codecov-action@v1.5.2 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 7a445636bf..46c181f4eb 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -42,7 +42,7 @@ jobs: properties: | testAdditionalJavaVersions=${{ matrix.testAdditionalJavaVersions }} org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }} - - uses: codecov/codecov-action@v1.5.0 + - uses: codecov/codecov-action@v1.5.2 if: ${{ matrix.coverage }} - uses: actions/upload-artifact@v2 if: ${{ matrix.coverage }}