Skip to content

Commit f2f14e3

Browse files
chore(deps): update codecov/codecov-action action to v6 (#1913)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88fb702 commit f2f14e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge.yml

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

5555
- name: Upload coverage to Codecov
56-
uses: codecov/codecov-action@v5.5.3
56+
uses: codecov/codecov-action@v6.0.0
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5959
flags: unittests # optional

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- if: matrix.build.java == '17'
5151
name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v5.5.3
52+
uses: codecov/codecov-action@v6.0.0
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
flags: unittests # optional

0 commit comments

Comments
 (0)