diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9c2b574a9b..28412dc1e5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -78,9 +78,10 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@v1 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} + report_type: test_results - name: Upload torchlib error reports if: always() uses: actions/upload-artifact@v7