Skip to content

Commit 636ee34

Browse files
Chore(deps): Bump codecov/codecov-action from 2.0.3 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 996170a commit 636ee34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: mvn -B clean install -D enable-ci --file pom.xml
6363
- name: Codecov Report
6464
if: matrix.os != 'windows' && matrix.java == '8'
65-
uses: codecov/codecov-action@v2.0.3
65+
uses: codecov/codecov-action@v2.1.0
6666
# JDK 11+
6767
- name: Maven Install without Code Coverage
6868
if: matrix.os == 'windows' && matrix.java != '8'

0 commit comments

Comments
 (0)