File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
environment : ${{ needs.prepare.outputs.deploy == 'true' && 'packages.element.io' || '' }}
108
108
steps :
109
109
- name : Download artifacts
110
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
110
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
111
111
112
112
- name : Prepare artifacts for deployment
113
113
run : |
@@ -281,7 +281,7 @@ jobs:
281
281
aws-region : ${{ env.AWS_REGION }}
282
282
283
283
- name : Download artifacts
284
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
284
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
285
285
with :
286
286
pattern : win-*
287
287
Original file line number Diff line number Diff line change 64
64
run : yarn install --frozen-lockfile
65
65
66
66
- name : Download blob reports from GitHub Actions Artifacts
67
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
67
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
68
68
with :
69
69
pattern : blob-report-*
70
70
path : all-blob-reports
Original file line number Diff line number Diff line change 62
62
63
63
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
64
64
65
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
65
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
66
66
with :
67
67
name : webapp
68
68
Original file line number Diff line number Diff line change 39
39
steps :
40
40
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41
41
42
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
42
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
43
43
with :
44
44
name : webapp
45
45
Original file line number Diff line number Diff line change 37
37
- name : Install Deps
38
38
run : " yarn install --frozen-lockfile"
39
39
40
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
40
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
41
41
with :
42
42
name : ${{ inputs.artifact }}
43
43
path : dist
Original file line number Diff line number Diff line change 67
67
68
68
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
69
69
70
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
70
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
71
71
with :
72
72
name : webapp
73
73
You can’t perform that action at this time.
0 commit comments