File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ jobs:
296
296
- uses : Chia-Network/actions/clean-workspace@main
297
297
298
298
- name : Download packages
299
- uses : actions/download-artifact@v4
299
+ uses : actions/download-artifact@v5
300
300
id : download
301
301
with :
302
302
name : chia-installers-linux-deb-${{ matrix.arch.artifact-name }}
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ jobs:
307
307
- uses : Chia-Network/actions/clean-workspace@main
308
308
309
309
- name : Download packages
310
- uses : actions/download-artifact@v4
310
+ uses : actions/download-artifact@v5
311
311
id : download
312
312
with :
313
313
name : chia-installers-linux-rpm-intel
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ jobs:
322
322
- uses : Chia-Network/actions/clean-workspace@main
323
323
324
324
- name : Download packages
325
- uses : actions/download-artifact@v4
325
+ uses : actions/download-artifact@v5
326
326
id : download
327
327
with :
328
328
name : chia-installers-macos-dmg-${{ matrix.arch.artifact-name }}
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ jobs:
336
336
- uses : Chia-Network/actions/clean-workspace@main
337
337
338
338
- name : Download packages
339
- uses : actions/download-artifact@v4
339
+ uses : actions/download-artifact@v5
340
340
with :
341
341
name : chia-installers-windows-exe-intel
342
342
path : packages
Original file line number Diff line number Diff line change 60
60
directories : ${{ steps.create-venv.outputs.activate-venv-directories }}
61
61
62
62
- name : Download constraints file
63
- uses : actions/download-artifact@v4
63
+ uses : actions/download-artifact@v5
64
64
with :
65
65
name : constraints-file-${{ matrix.arch.artifact-name }}
66
66
path : venv
70
70
pip install --constraint venv/constraints.txt py3createtorrent
71
71
72
72
- name : Download packages
73
- uses : actions/download-artifact@v4
73
+ uses : actions/download-artifact@v5
74
74
with :
75
75
name : chia-installers-${{ matrix.os.artifact-platform-name }}-${{ matrix.os.file-type.extension }}-${{ matrix.arch.artifact-name }}
76
76
path : artifacts/
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ jobs:
249
249
250
250
- name : Download Results
251
251
if : false
252
- uses : actions/download-artifact@v4
252
+ uses : actions/download-artifact@v5
253
253
with :
254
254
merge-multiple : true
255
255
pattern : junit-data-*
@@ -275,7 +275,7 @@ jobs:
275
275
if-no-files-found : error
276
276
277
277
- name : Download Coverage
278
- uses : actions/download-artifact@v4
278
+ uses : actions/download-artifact@v5
279
279
with :
280
280
merge-multiple : true
281
281
pattern : coverage-data-*
You can’t perform that action at this time.
0 commit comments