Skip to content

Commit aa447e5

Browse files
Chore(deps): Bump codecov/codecov-action from 3.0.0 to 3.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.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@v3.0.0...v3.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 a8481fc commit aa447e5

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
@@ -74,7 +74,7 @@ jobs:
7474
- name: Maven Install with Code Coverage
7575
run: mvn -B clean install -D enable-ci -Djapicmp.skip --file pom.xml
7676
- name: Codecov Report
77-
uses: codecov/codecov-action@v3.0.0
77+
uses: codecov/codecov-action@v3.1.0
7878
test:
7979
name: test (${{ matrix.os }}, Java ${{ matrix.java }})
8080
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)