Skip to content

Commit 12d4fc7

Browse files
chore(deps): update codecov/codecov-action action to v5.5.3
1 parent 55ab429 commit 12d4fc7

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.2
56+
uses: codecov/codecov-action@v5.5.3
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.2
52+
uses: codecov/codecov-action@v5.5.3
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
flags: unittests # optional

0 commit comments

Comments
 (0)