File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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 }}
@@ -176,7 +176,7 @@ jobs:
176
176
177
177
steps :
178
178
- name : Download artifact
179
- uses : actions/download-artifact@v3
179
+ uses : actions/download-artifact@v4
180
180
with :
181
181
name : ${{ env.ARTIFACT_NAME }}
182
182
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
145
145
steps :
146
146
- name : Download build artifacts
147
- uses : actions/download-artifact@v3
147
+ uses : actions/download-artifact@v4
148
148
149
149
- name : Create checksum file
150
150
run : |
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 }}
@@ -182,7 +182,7 @@ jobs:
182
182
183
183
steps :
184
184
- name : Download artifact
185
- uses : actions/download-artifact@v3
185
+ uses : actions/download-artifact@v4
186
186
with :
187
187
name : ${{ env.ARTIFACT_NAME }}
188
188
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
uses : actions/checkout@v4
116
116
117
117
- name : Download configuration files artifact
118
- uses : actions/download-artifact@v3
118
+ uses : actions/download-artifact@v4
119
119
with :
120
120
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
121
121
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments