6666 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6767 with :
6868 node-version-file : ' .nvmrc'
69- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
69+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7070 if : github.event_name != 'merge_group'
7171 id : cache
7272 with :
@@ -102,7 +102,7 @@ jobs:
102102 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
103103 with :
104104 node-version-file : ' .nvmrc'
105- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
105+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
106106 if : github.event_name != 'merge_group'
107107 id : cache
108108 with :
@@ -142,7 +142,7 @@ jobs:
142142 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
143143 with :
144144 node-version-file : ' .nvmrc'
145- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
145+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
146146 if : github.event_name != 'merge_group'
147147 id : cache
148148 with :
@@ -188,7 +188,7 @@ jobs:
188188 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
189189 with :
190190 node-version-file : ' .nvmrc'
191- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
191+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
192192 if : github.event_name != 'merge_group'
193193 id : cache
194194 with :
@@ -241,7 +241,7 @@ jobs:
241241 run : kill ${{ steps.storybook.outputs.pid }}
242242 - name : Upload blob report to GitHub Actions Artifacts
243243 if : ${{ !cancelled() }}
244- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5 .0.0
244+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # 6 .0.0
245245 with :
246246 name : playwright-vrt-blob-report-${{ matrix.shardIndex }}
247247 path : blob-report
@@ -269,7 +269,7 @@ jobs:
269269 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
270270 with :
271271 node-version-file : ' .nvmrc'
272- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
272+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
273273 if : github.event_name != 'merge_group'
274274 id : cache
275275 with :
@@ -307,7 +307,7 @@ jobs:
307307 run : kill ${{ steps.storybook.outputs.pid }}
308308 - name : Upload blob report to GitHub Actions Artifacts
309309 if : ${{ !cancelled() }}
310- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5 .0.0
310+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # 6 .0.0
311311 with :
312312 name : playwright-avt-blob-report-${{ matrix.shardIndex }}
313313 path : blob-report
@@ -336,7 +336,7 @@ jobs:
336336 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
337337 with :
338338 node-version-file : ' .nvmrc'
339- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
339+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
340340 if : github.event_name != 'merge_group'
341341 id : cache
342342 with :
@@ -352,7 +352,7 @@ jobs:
352352 run : yarn install --immutable --immutable-cache
353353
354354 - name : Download vrt blob reports from GitHub Actions Artifacts
355- uses : actions/download-artifact@v6
355+ uses : actions/download-artifact@v7
356356 with :
357357 path : all-playwright-vrt-blob-reports
358358 pattern : playwright-vrt-blob-report-*
@@ -364,14 +364,14 @@ jobs:
364364 ./all-playwright-vrt-blob-reports
365365
366366 - name : Upload vrt HTML report
367- uses : actions/upload-artifact@v5
367+ uses : actions/upload-artifact@v6.0.0
368368 with :
369369 name : html-playwright-vrt-report--attempt-${{ github.run_attempt }}
370370 path : playwright-vrt-report
371371 retention-days : 14
372372
373373 - name : Download avt blob reports from GitHub Actions Artifacts
374- uses : actions/download-artifact@v6
374+ uses : actions/download-artifact@v7
375375 with :
376376 path : all-playwright-avt-blob-reports
377377 pattern : playwright-avt-blob-report-*
@@ -383,7 +383,7 @@ jobs:
383383 ./all-playwright-avt-blob-reports
384384
385385 - name : Upload avt HTML report
386- uses : actions/upload-artifact@v5
386+ uses : actions/upload-artifact@v6.0.0
387387 with :
388388 name : html-playwright-avt-report--attempt-${{ github.run_attempt }}
389389 path : playwright-avt-report
@@ -408,7 +408,7 @@ jobs:
408408 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
409409 with :
410410 node-version-file : ' .nvmrc'
411- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
411+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
412412 if : github.event_name != 'merge_group'
413413 id : cache
414414 with :
0 commit comments