Skip to content

Commit 46aa311

Browse files
chore(deps): update codecov/codecov-action action to v5.5.2 (#1773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c30896 commit 46aa311

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
@@ -53,7 +53,7 @@ jobs:
5353
run: mvn --batch-mode --update-snapshots verify
5454

5555
- name: Upload coverage to Codecov
56-
uses: codecov/[email protected].1
56+
uses: codecov/[email protected].2
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/[email protected].1
52+
uses: codecov/[email protected].2
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
flags: unittests # optional

0 commit comments

Comments
 (0)