Skip to content

Commit b133c2f

Browse files
chore(deps): update codecov/codecov-action action to v5.4.0 (#1351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7df9565 commit b133c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: mvn --batch-mode --update-snapshots verify
4949

5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v5.3.1
51+
uses: codecov/codecov-action@v5.4.0
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5454
flags: unittests # optional

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- if: matrix.build.java == '17'
4848
name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v5.3.1
49+
uses: codecov/codecov-action@v5.4.0
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5252
flags: unittests # optional

0 commit comments

Comments
 (0)