|  | 
| 46 | 46 |           echo "pipeline_test_matrix=$matrix" >> $GITHUB_OUTPUT | 
| 47 | 47 |       - name: Pipeline Tests Artifacts | 
| 48 | 48 |         if: ${{ always() }} | 
| 49 |  | -        uses: actions/upload-artifact@v2 | 
|  | 49 | +        uses: actions/upload-artifact@v4 | 
| 50 | 50 |         with: | 
| 51 | 51 |           name: test-pipelines.json | 
| 52 | 52 |           path: reports | 
|  | 
| 97 | 97 |           cat reports/tests_pipeline_${{ matrix.module }}_cuda_failures_short.txt | 
| 98 | 98 |       - name: Test suite reports artifacts | 
| 99 | 99 |         if: ${{ always() }} | 
| 100 |  | -        uses: actions/upload-artifact@v2 | 
|  | 100 | +        uses: actions/upload-artifact@v4 | 
| 101 | 101 |         with: | 
| 102 | 102 |           name: pipeline_${{ matrix.module }}_test_reports | 
| 103 | 103 |           path: reports | 
| @@ -153,7 +153,7 @@ jobs: | 
| 153 | 153 | 
 | 
| 154 | 154 |     - name: Test suite reports artifacts | 
| 155 | 155 |       if: ${{ always() }} | 
| 156 |  | -      uses: actions/upload-artifact@v2 | 
|  | 156 | +      uses: actions/upload-artifact@v4 | 
| 157 | 157 |       with: | 
| 158 | 158 |         name: torch_cuda_test_reports | 
| 159 | 159 |         path: reports | 
| @@ -200,7 +200,7 @@ jobs: | 
| 200 | 200 | 
 | 
| 201 | 201 |     - name: Test suite reports artifacts | 
| 202 | 202 |       if: ${{ always() }} | 
| 203 |  | -      uses: actions/upload-artifact@v2 | 
|  | 203 | +      uses: actions/upload-artifact@v4 | 
| 204 | 204 |       with: | 
| 205 | 205 |         name: flax_tpu_test_reports | 
| 206 | 206 |         path: reports | 
| @@ -248,7 +248,7 @@ jobs: | 
| 248 | 248 | 
 | 
| 249 | 249 |     - name: Test suite reports artifacts | 
| 250 | 250 |       if: ${{ always() }} | 
| 251 |  | -      uses: actions/upload-artifact@v2 | 
|  | 251 | +      uses: actions/upload-artifact@v4 | 
| 252 | 252 |       with: | 
| 253 | 253 |         name: onnx_cuda_test_reports | 
| 254 | 254 |         path: reports | 
| @@ -291,7 +291,7 @@ jobs: | 
| 291 | 291 | 
 | 
| 292 | 292 |     - name: Test suite reports artifacts | 
| 293 | 293 |       if: ${{ always() }} | 
| 294 |  | -      uses: actions/upload-artifact@v2 | 
|  | 294 | +      uses: actions/upload-artifact@v4 | 
| 295 | 295 |       with: | 
| 296 | 296 |         name: torch_compile_test_reports | 
| 297 | 297 |         path: reports | 
| @@ -333,7 +333,7 @@ jobs: | 
| 333 | 333 | 
 | 
| 334 | 334 |     - name: Test suite reports artifacts | 
| 335 | 335 |       if: ${{ always() }} | 
| 336 |  | -      uses: actions/upload-artifact@v2 | 
|  | 336 | +      uses: actions/upload-artifact@v4 | 
| 337 | 337 |       with: | 
| 338 | 338 |         name: torch_xformers_test_reports | 
| 339 | 339 |         path: reports | 
| @@ -384,7 +384,7 @@ jobs: | 
| 384 | 384 | 
 | 
| 385 | 385 |     - name: Test suite reports artifacts | 
| 386 | 386 |       if: ${{ always() }} | 
| 387 |  | -      uses: actions/upload-artifact@v2 | 
|  | 387 | +      uses: actions/upload-artifact@v4 | 
| 388 | 388 |       with: | 
| 389 | 389 |         name: examples_test_reports | 
| 390 | 390 |         path: reports | 
0 commit comments