Skip to content

Commit f3cd0bd

Browse files
Merge branch '12.5'
* 12.5: Update to codecov/codecov-action@v6
2 parents 6c99a17 + c108257 commit f3cd0bd

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
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Upload test results to Codecov.io
165165
if: ${{ !cancelled() }}
166-
uses: codecov/codecov-action@v5
166+
uses: codecov/codecov-action@v6
167167
with:
168168
token: ${{ secrets.CODECOV_TOKEN }}
169169
report_type: test_results
@@ -172,7 +172,7 @@ jobs:
172172

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

0 commit comments

Comments
 (0)