3737 pipeline_test_matrix : ${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
3838 steps :
3939 - name : Checkout diffusers
40- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
40+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4141 with :
4242 fetch-depth : 2
4343 - name : Install dependencies
5353
5454 - name : Pipeline Tests Artifacts
5555 if : ${{ always() }}
56- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
56+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5757 with :
5858 name : test-pipelines.json
5959 path : reports
7373 options : --shm-size "16gb" --ipc host --gpus all
7474 steps :
7575 - name : Checkout diffusers
76- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
76+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7777 with :
7878 fetch-depth : 2
7979 - name : NVIDIA-SMI
@@ -106,7 +106,7 @@ jobs:
106106 cat reports/tests_pipeline_${{ matrix.module }}_cuda_failures_short.txt
107107 - name : Test suite reports artifacts
108108 if : ${{ always() }}
109- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
109+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
110110 with :
111111 name : pipeline_${{ matrix.module }}_test_reports
112112 path : reports
@@ -128,7 +128,7 @@ jobs:
128128 module : [models, schedulers, hooks, lora, others, single_file, examples]
129129 steps :
130130 - name : Checkout diffusers
131- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
131+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
132132 with :
133133 fetch-depth : 2
134134
@@ -176,7 +176,7 @@ jobs:
176176
177177 - name : Test suite reports artifacts
178178 if : ${{ always() }}
179- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
179+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
180180 with :
181181 name : torch_${{ matrix.module }}_cuda_test_reports
182182 path : reports
@@ -193,7 +193,7 @@ jobs:
193193
194194 steps :
195195 - name : Checkout diffusers
196- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
196+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
197197 with :
198198 fetch-depth : 2
199199
@@ -220,7 +220,7 @@ jobs:
220220
221221 - name : Test suite reports artifacts
222222 if : ${{ always() }}
223- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
223+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
224224 with :
225225 name : torch_compile_test_reports
226226 path : reports
@@ -237,7 +237,7 @@ jobs:
237237 options : --shm-size "16gb" --ipc host --gpus all
238238 steps :
239239 - name : Checkout diffusers
240- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
240+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
241241 with :
242242 fetch-depth : 2
243243 - name : NVIDIA-SMI
@@ -272,7 +272,7 @@ jobs:
272272 cat reports/tests_big_gpu_torch_cuda_failures_short.txt
273273 - name : Test suite reports artifacts
274274 if : ${{ always() }}
275- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
275+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
276276 with :
277277 name : torch_cuda_big_gpu_test_reports
278278 path : reports
@@ -289,7 +289,7 @@ jobs:
289289 shell : bash
290290 steps :
291291 - name : Checkout diffusers
292- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
292+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
293293 with :
294294 fetch-depth : 2
295295
@@ -330,7 +330,7 @@ jobs:
330330
331331 - name : Test suite reports artifacts
332332 if : ${{ always() }}
333- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
333+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
334334 with :
335335 name : torch_minimum_version_cuda_test_reports
336336 path : reports
@@ -364,7 +364,7 @@ jobs:
364364 options : --shm-size "20gb" --ipc host --gpus all
365365 steps :
366366 - name : Checkout diffusers
367- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
367+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
368368 with :
369369 fetch-depth : 2
370370 - name : NVIDIA-SMI
@@ -400,7 +400,7 @@ jobs:
400400 cat reports/tests_${{ matrix.config.backend }}_torch_cuda_failures_short.txt
401401 - name : Test suite reports artifacts
402402 if : ${{ always() }}
403- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
403+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
404404 with :
405405 name : torch_cuda_${{ matrix.config.backend }}_reports
406406 path : reports
@@ -417,7 +417,7 @@ jobs:
417417 options : --shm-size "20gb" --ipc host --gpus all
418418 steps :
419419 - name : Checkout diffusers
420- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
420+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
421421 with :
422422 fetch-depth : 2
423423 - name : NVIDIA-SMI
@@ -450,7 +450,7 @@ jobs:
450450 cat reports/tests_pipeline_level_quant_torch_cuda_failures_short.txt
451451 - name : Test suite reports artifacts
452452 if : ${{ always() }}
453- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
453+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
454454 with :
455455 name : torch_cuda_pipeline_level_quant_reports
456456 path : reports
@@ -475,15 +475,15 @@ jobs:
475475 image : diffusers/diffusers-pytorch-cpu
476476 steps :
477477 - name : Checkout diffusers
478- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
478+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
479479 with :
480480 fetch-depth : 2
481481
482482 - name : Create reports directory
483483 run : mkdir -p combined_reports
484484
485485 - name : Download all test reports
486- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
486+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
487487 with :
488488 path : artifacts
489489
@@ -509,7 +509,7 @@ jobs:
509509 cat $CONSOLIDATED_REPORT_PATH >> $GITHUB_STEP_SUMMARY
510510
511511 - name : Upload consolidated report
512- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
512+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
513513 with :
514514 name : consolidated_test_report
515515 path : ${{ env.CONSOLIDATED_REPORT_PATH }}
@@ -523,7 +523,7 @@ jobs:
523523#
524524# steps:
525525# - name: Checkout diffusers
526- # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
526+ # uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
527527# with:
528528# fetch-depth: 2
529529#
@@ -563,7 +563,7 @@ jobs:
563563#
564564# - name: Test suite reports artifacts
565565# if: ${{ always() }}
566- # uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
566+ # uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
567567# with:
568568# name: torch_mps_test_reports
569569# path: reports
@@ -579,7 +579,7 @@ jobs:
579579#
580580# steps:
581581# - name: Checkout diffusers
582- # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
582+ # uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
583583# with:
584584# fetch-depth: 2
585585#
@@ -619,7 +619,7 @@ jobs:
619619#
620620# - name: Test suite reports artifacts
621621# if: ${{ always() }}
622- # uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
622+ # uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
623623# with:
624624# name: torch_mps_test_reports
625625# path: reports
0 commit comments