Skip to content

Commit c4fb3e0

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update codecov/codecov-action action to v6
1 parent 0447ad0 commit c4fb3e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
paths: "**/test-results/**/TEST-*.xml"
8686
if: always()
8787
- name: Upload code coverage data
88-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
88+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
8989
with:
9090
token: ${{ secrets.CODECOV_TOKEN }}
9191
flags: test-${{ matrix.os }}
@@ -109,7 +109,7 @@ jobs:
109109
paths: "**/test-results/**/TEST-*.xml"
110110
if: always()
111111
- name: Upload code coverage data
112-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
112+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
113113
with:
114114
token: ${{ secrets.CODECOV_TOKEN }}
115115
flags: funTest-no-external-tools
@@ -154,7 +154,7 @@ jobs:
154154
paths: "**/test-results/**/TEST-*.xml"
155155
if: always()
156156
- name: Upload code coverage data
157-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
157+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
158158
with:
159159
token: ${{ secrets.CODECOV_TOKEN }}
160160
flags: funTest-external-tools

0 commit comments

Comments
 (0)