File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
134
134
135
135
- name : Get build artifact
136
- uses : actions/download-artifact@v4.3 .0
136
+ uses : actions/download-artifact@v5.0 .0
137
137
with :
138
138
pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
139
139
path : dist
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
179
179
- name : Get build artifact
180
- uses : actions/download-artifact@v4.3 .0
180
+ uses : actions/download-artifact@v5.0 .0
181
181
with :
182
182
pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
183
183
path : dist
@@ -233,7 +233,7 @@ jobs:
233
233
234
234
235
235
- name : Get build artifact
236
- uses : actions/download-artifact@v4.3 .0
236
+ uses : actions/download-artifact@v5.0 .0
237
237
with :
238
238
pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
239
239
path : dist
Original file line number Diff line number Diff line change 40
40
needs : [ config, ci ]
41
41
steps :
42
42
- name : Get build artifacts
43
- uses : actions/download-artifact@v4.3 .0
43
+ uses : actions/download-artifact@v5.0 .0
44
44
with :
45
45
pattern : Python-*
46
46
path : dist
You can’t perform that action at this time.
0 commit comments