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 @@ -157,7 +157,7 @@ jobs:
157157 sudo xcode-select --switch /Applications/Xcode_16.4.app
158158
159159 - name : Get build artifact
160- uses : actions/download-artifact@v5 .0.0
160+ uses : actions/download-artifact@v6 .0.0
161161 with :
162162 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
163163 path : dist
@@ -205,7 +205,7 @@ jobs:
205205 - uses : actions/checkout@v5
206206
207207 - name : Get build artifact
208- uses : actions/download-artifact@v5 .0.0
208+ uses : actions/download-artifact@v6 .0.0
209209 with :
210210 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
211211 path : dist
@@ -270,7 +270,7 @@ jobs:
270270 - uses : actions/checkout@v5
271271
272272 - name : Get build artifact
273- uses : actions/download-artifact@v5 .0.0
273+ uses : actions/download-artifact@v6 .0.0
274274 with :
275275 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
276276 path : dist
Original file line number Diff line number Diff line change 4040 needs : [ config, ci ]
4141 steps :
4242 - name : Get build artifacts
43- uses : actions/download-artifact@v5 .0.0
43+ uses : actions/download-artifact@v6 .0.0
4444 with :
4545 pattern : Python-*
4646 path : dist
You can’t perform that action at this time.
0 commit comments