@@ -186,7 +186,7 @@ jobs:
186
186
YARN_ENABLE_HARDENED_MODE : 0
187
187
run : yarn install --immutable --immutable-cache --mode=skip-build
188
188
- name : Download production packages
189
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
189
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
190
190
with :
191
191
name : bundles
192
192
path : packages/
@@ -260,7 +260,7 @@ jobs:
260
260
YARN_ENABLE_HARDENED_MODE : 0
261
261
run : yarn install --immutable --immutable-cache --mode=skip-build
262
262
- name : Download production packages
263
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
263
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
264
264
with :
265
265
name : bundles
266
266
path : packages/
@@ -315,7 +315,7 @@ jobs:
315
315
YARN_ENABLE_HARDENED_MODE : 0
316
316
run : yarn install --immutable --immutable-cache --mode=skip-build
317
317
- name : Download production packages
318
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
318
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
319
319
with :
320
320
name : bundles
321
321
path : packages/
@@ -371,7 +371,7 @@ jobs:
371
371
YARN_ENABLE_HARDENED_MODE : 0
372
372
run : yarn install --immutable --immutable-cache --mode=skip-build
373
373
- name : Download production packages
374
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
374
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
375
375
with :
376
376
name : bundles
377
377
path : packages/
@@ -443,7 +443,7 @@ jobs:
443
443
YARN_ENABLE_HARDENED_MODE : 0
444
444
run : yarn install --immutable --immutable-cache --mode=skip-build
445
445
- name : Download production packages
446
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
446
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
447
447
with :
448
448
name : bundles
449
449
path : packages/
@@ -512,7 +512,7 @@ jobs:
512
512
DRAFT_BUILD : ${{github.event_name == 'push' && github.ref == 'refs/heads/main' && 'false' || 'true'}}
513
513
steps :
514
514
- name : Download documentation artifacts
515
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
515
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
516
516
with :
517
517
name : website
518
518
path : artifacts/
@@ -594,7 +594,7 @@ jobs:
594
594
registry-url : ' https://registry.npmjs.org'
595
595
check-latest : true
596
596
- name : Download production packages
597
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
597
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
598
598
with :
599
599
name : bundles
600
600
path : packages/
@@ -633,7 +633,7 @@ jobs:
633
633
registry-url : ' https://registry.npmjs.org'
634
634
check-latest : true
635
635
- name : Download production packages
636
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
636
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
637
637
with :
638
638
name : bundles
639
639
path : packages/
@@ -672,7 +672,7 @@ jobs:
672
672
registry-url : ' https://registry.npmjs.org'
673
673
check-latest : true
674
674
- name : Download production packages
675
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
675
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
676
676
with :
677
677
name : bundles
678
678
path : packages/
@@ -711,7 +711,7 @@ jobs:
711
711
registry-url : ' https://registry.npmjs.org'
712
712
check-latest : true
713
713
- name : Download production packages
714
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
714
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
715
715
with :
716
716
name : bundles
717
717
path : packages/
@@ -750,7 +750,7 @@ jobs:
750
750
registry-url : ' https://registry.npmjs.org'
751
751
check-latest : true
752
752
- name : Download production packages
753
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
753
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
754
754
with :
755
755
name : bundles
756
756
path : packages/
@@ -789,7 +789,7 @@ jobs:
789
789
registry-url : ' https://registry.npmjs.org'
790
790
check-latest : true
791
791
- name : Download production packages
792
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
792
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
793
793
with :
794
794
name : bundles
795
795
path : packages/
@@ -828,7 +828,7 @@ jobs:
828
828
registry-url : ' https://registry.npmjs.org'
829
829
check-latest : true
830
830
- name : Download production packages
831
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
831
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
832
832
with :
833
833
name : bundles
834
834
path : packages/
@@ -867,7 +867,7 @@ jobs:
867
867
registry-url : ' https://registry.npmjs.org'
868
868
check-latest : true
869
869
- name : Download production packages
870
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
870
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
871
871
with :
872
872
name : bundles
873
873
path : packages/
0 commit comments