File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 87
87
uses : actions/checkout@v4
88
88
89
89
- name : Download artifacts
90
- uses : actions/download-artifact@v3
90
+ uses : actions/download-artifact@v4
91
91
with :
92
92
name : ${{ env.ARTIFACT_NAME }}
93
93
path : ${{ env.DIST_DIR }}
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
steps :
179
179
- name : Download artifact
180
- uses : actions/download-artifact@v3
180
+ uses : actions/download-artifact@v4
181
181
with :
182
182
name : ${{ env.ARTIFACT_NAME }}
183
183
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
147
147
steps :
148
148
- name : Download build artifacts
149
- uses : actions/download-artifact@v3
149
+ uses : actions/download-artifact@v4
150
150
151
151
- name : Create checksum file
152
152
run : |
Original file line number Diff line number Diff line change 96
96
uses : actions/checkout@v4
97
97
98
98
- name : Download artifacts
99
- uses : actions/download-artifact@v3
99
+ uses : actions/download-artifact@v4
100
100
with :
101
101
name : ${{ env.ARTIFACT_NAME }}
102
102
path : ${{ env.DIST_DIR }}
@@ -187,7 +187,7 @@ jobs:
187
187
188
188
steps :
189
189
- name : Download artifact
190
- uses : actions/download-artifact@v3
190
+ uses : actions/download-artifact@v4
191
191
with :
192
192
name : ${{ env.ARTIFACT_NAME }}
193
193
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change 92
92
uses : actions/checkout@v4
93
93
94
94
- name : Download artifacts
95
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
96
96
with :
97
97
name : ${{ env.ARTIFACT_NAME }}
98
98
path : ${{ env.DIST_DIR }}
@@ -183,7 +183,7 @@ jobs:
183
183
184
184
steps :
185
185
- name : Download artifact
186
- uses : actions/download-artifact@v3
186
+ uses : actions/download-artifact@v4
187
187
with :
188
188
name : ${{ env.ARTIFACT_NAME }}
189
189
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
uses : actions/checkout@v4
125
125
126
126
- name : Download configuration files artifact
127
- uses : actions/download-artifact@v3
127
+ uses : actions/download-artifact@v4
128
128
with :
129
129
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
130
130
path : ${{ env.CONFIGURATIONS_FOLDER }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
uses : actions/checkout@v4
115
115
116
116
- name : Download configuration files artifact
117
- uses : actions/download-artifact@v3
117
+ uses : actions/download-artifact@v4
118
118
with :
119
119
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
120
120
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments