Skip to content

Commit 0cf0f41

Browse files
dependabot[bot]timandy
authored andcommitted
Bump codecov/codecov-action from v1.0.13 to v1.2.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.13 to v1.2.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.0.13...e156083) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a536e12 commit 0cf0f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Test with Maven
2929
run: mvn test -B
3030
- name: Codecov
31-
uses: codecov/codecov-action@v1.0.13
31+
uses: codecov/codecov-action@v1.2.1
3232
with:
3333
name: Codecov on jdk 8
3434
fail_ci_if_error: true
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test with Maven
5050
run: mvn test -B
5151
- name: Codecov
52-
uses: codecov/codecov-action@v1.0.13
52+
uses: codecov/codecov-action@v1.2.1
5353
with:
5454
name: Codecov on jdk 11
5555
fail_ci_if_error: true

0 commit comments

Comments
 (0)