Skip to content

Commit 6a7012e

Browse files
chore(deps): update codecov/codecov-action action to v3 (#102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d1a233 commit 6a7012e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: mvn --batch-mode --update-snapshots verify
5151

5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v2
53+
uses: codecov/codecov-action@v3
5454
with:
5555
flags: unittests # optional
5656
name: coverage # optional

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: mvn --batch-mode --update-snapshots verify # -P integration-test - add this back once we have a compatible flagd
3838

3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v2
40+
uses: codecov/codecov-action@v3
4141
with:
4242
flags: unittests # optional
4343
name: coverage # optional

0 commit comments

Comments
 (0)