From 4a03f1634fac1b333e1481c4cab13b56bef63acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 02:00:24 +0000 Subject: [PATCH] Chore(deps): Bump codecov/codecov-action from 1.5.0 to 1.5.2 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] --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index ad222cf192..1a8f503907 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -84,7 +84,7 @@ jobs: run: mvn -B install -D enable-ci --file pom.xml - name: Codecov Report if: matrix.os != 'windows' && matrix.java == '8' - uses: codecov/codecov-action@v1.5.0 + uses: codecov/codecov-action@v1.5.2 # JDK 11+ - name: Maven Install without Code Coverage if: matrix.os == 'windows' && matrix.java != '8'