Skip to content

Commit c108257

Browse files
Update to codecov/codecov-action@v6
1 parent 0b9e6ed commit c108257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: Upload test results to Codecov.io
166166
if: ${{ !cancelled() }}
167-
uses: codecov/codecov-action@v5
167+
uses: codecov/codecov-action@v6
168168
with:
169169
token: ${{ secrets.CODECOV_TOKEN }}
170170
report_type: test_results
@@ -173,7 +173,7 @@ jobs:
173173

174174
- name: Upload code coverage data to Codecov.io
175175
if: ${{ !cancelled() }}
176-
uses: codecov/codecov-action@v5
176+
uses: codecov/codecov-action@v6
177177
with:
178178
token: ${{ secrets.CODECOV_TOKEN }}
179179
report_type: coverage

0 commit comments

Comments
 (0)