(#7180) Update codecov test results action to v5 on all CI workflows. (#7215)

This commit is contained in:
Santiago Beltrán Ruiz 2026-01-12 02:31:53 -05:00 committed by GitHub
parent 0f07b2e38c
commit e30ba7d4ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 3 deletions

View File

@ -36,4 +36,6 @@ jobs:
- name: Upload test results
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
uses: codecov/codecov-action@v5
with:
report_type: test_results

View File

@ -91,4 +91,6 @@ jobs:
- name: Upload test results
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
uses: codecov/codecov-action@v5
with:
report_type: test_results

View File

@ -64,4 +64,6 @@ jobs:
- name: Upload test results
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
uses: codecov/codecov-action@v5
with:
report_type: test_results