diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ae0b23..feecbdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,10 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov - uses: codecov/test-results-action@v1 + uses: codecov/codecov-action@v5 if: ${{ !cancelled() }} with: + report_type: test_results token: ${{ secrets.CODECOV_TOKEN }} build: