Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#3544)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
- [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.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-25 08:05:07 -07:00 committed by GitHub
parent 30994c1e28
commit 2921f04a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,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.0.2
- uses: codecov/codecov-action@v2.0.3
if: ${{ matrix.coverage }}
- uses: actions/upload-artifact@v2
if: ${{ matrix.coverage }}

View File

@ -62,7 +62,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.0.2
- uses: codecov/codecov-action@v2.0.3
if: ${{ matrix.coverage }}
- uses: actions/upload-artifact@v2
if: ${{ matrix.coverage }}