@@ -334,20 +334,20 @@ jobs:
334334
335335 - name : Upload turbopack bytesize artifact
336336 if : ${{ steps.check-did-build.outputs.DID_BUILD == 'true' }}
337- uses : actions/upload-artifact@v6
337+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
338338 with :
339339 name : turbopack-bytesize-${{ matrix.target }}
340340 path : turbopack-bin-size/*
341341
342342 - name : Upload swc artifact
343- uses : actions/upload-artifact@v6
343+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
344344 with :
345345 name : next-swc-binaries-${{ matrix.target }}
346346 path : packages/next-swc/native/next-swc.*.node
347347
348348 - name : Upload turbo summary artifact
349349 if : ${{ !matrix.docker }}
350- uses : actions/upload-artifact@v6
350+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
351351 with :
352352 name : turbo-run-summary-${{ matrix.target }}
353353 path : .turbo/runs
@@ -394,13 +394,13 @@ jobs:
394394 run : ' [[ -d "crates/wasm/pkg" ]] && mv crates/wasm/pkg crates/wasm/pkg-${{ matrix.target }} || ls crates/wasm'
395395
396396 - name : Upload turbo summary artifact
397- uses : actions/upload-artifact@v6
397+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
398398 with :
399399 name : turbo-run-summary-wasm-${{matrix.target}}
400400 path : .turbo/runs
401401
402402 - name : Upload swc artifact
403- uses : actions/upload-artifact@v6
403+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
404404 with :
405405 name : wasm-binaries-${{matrix.target}}
406406 path : crates/wasm/pkg-*
@@ -441,13 +441,13 @@ jobs:
441441 ${{ github.sha }}-${{ github.run_number }}
442442 ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt}}
443443
444- - uses : actions/download-artifact@v8
444+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
445445 with :
446446 pattern : next-swc-binaries-*
447447 merge-multiple : true
448448 path : packages/next-swc/native
449449
450- - uses : actions/download-artifact@v8
450+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
451451 with :
452452 pattern : wasm-binaries-*
453453 merge-multiple : true
@@ -459,7 +459,7 @@ jobs:
459459 run : node scripts/create-preview-tarballs.js "${{ github.event.after || github.sha }}" "${{ runner.temp }}/preview-tarballs"
460460
461461 - name : Upload tarballs
462- uses : actions/upload-artifact@v6
462+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
463463 with :
464464 # Update all mentions of this name in vercel-packages when changing.
465465 name : preview-tarballs
@@ -506,13 +506,13 @@ jobs:
506506 ${{ github.sha }}-${{ github.run_number }}
507507 ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt}}
508508
509- - uses : actions/download-artifact@v8
509+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
510510 with :
511511 pattern : next-swc-binaries-*
512512 merge-multiple : true
513513 path : packages/next-swc/native
514514
515- - uses : actions/download-artifact@v8
515+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
516516 with :
517517 pattern : wasm-binaries-*
518518 merge-multiple : true
@@ -585,7 +585,7 @@ jobs:
585585 .github
586586
587587 - name : Collect bytesize metrics
588- uses : actions/download-artifact@v8
588+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
589589 with :
590590 pattern : turbopack-bytesize-*
591591 merge-multiple : true
0 commit comments