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:
parent
30994c1e28
commit
2921f04a36
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue