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.1.7
91
91
with :
92
92
name : ${{ env.ARTIFACT_NAME }}
93
93
path : ${{ env.DIST_DIR }}
@@ -175,7 +175,7 @@ jobs:
175
175
176
176
steps :
177
177
- name : Download artifact
178
- uses : actions/download-artifact@v3
178
+ uses : actions/download-artifact@v4.1.7
179
179
with :
180
180
name : ${{ env.ARTIFACT_NAME }}
181
181
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.1.7
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.1.7
96
96
with :
97
97
name : ${{ env.ARTIFACT_NAME }}
98
98
path : ${{ env.DIST_DIR }}
@@ -181,7 +181,7 @@ jobs:
181
181
182
182
steps :
183
183
- name : Download artifact
184
- uses : actions/download-artifact@v3
184
+ uses : actions/download-artifact@v4.1.7
185
185
with :
186
186
name : ${{ env.ARTIFACT_NAME }}
187
187
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.1.7
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