Skip to content

Commit d6eae7c

Browse files
Bump codecov/codecov-action from 2.1.0 to 3.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.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@v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f927746 commit d6eae7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@v2.1.0
28+
uses: codecov/codecov-action@v3.1.0
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }} #required
3131
- id: get-version

0 commit comments

Comments
 (0)