File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 72
72
- name : install dependencies
73
73
run : npm ci
74
74
- name : download all reports
75
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
75
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
76
76
with :
77
77
path : all-blob-reports
78
78
pattern : aat-*
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
- name : Build docs preview
34
34
run : npm run build:docs:preview
35
35
- name : Download VRT reports
36
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
36
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
37
37
with :
38
38
name : vrt
39
39
path : docs/public/vrt
40
40
- name : Download AAT reports
41
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
41
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
42
42
with :
43
43
name : aat
44
44
path : docs/public/aat
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
- name : Build docs preview
34
34
run : npm run build:docs:preview
35
35
- name : Download VRT reports
36
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
36
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
37
37
with :
38
38
name : vrt
39
39
path : docs/public/vrt
40
40
- name : Download AAT reports
41
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
41
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
42
42
with :
43
43
name : aat
44
44
path : docs/public/aat
Original file line number Diff line number Diff line change 72
72
- name : install dependencies
73
73
run : npm ci
74
74
- name : download all reports
75
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
75
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
76
76
with :
77
77
path : all-blob-reports
78
78
pattern : vrt-*
You can’t perform that action at this time.
0 commit comments