From 0c31bad796e253279a0962d4098124312ec4f5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 13:18:12 +0900 Subject: [PATCH] Bump codecov/codecov-action from 1 to 1.5.0 (#3223) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.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/v1...v1.5.0) 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 1ed74b98f1..908e591ee4 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 + - uses: codecov/codecov-action@v1.5.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 b86c6f8572..7a445636bf 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 + - uses: codecov/codecov-action@v1.5.0 if: ${{ matrix.coverage }} - uses: actions/upload-artifact@v2 if: ${{ matrix.coverage }}