File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ jobs:
313313 uses : actions/checkout@v4
314314
315315 - name : Download AAB
316- uses : actions/download-artifact@v4
316+ uses : actions/download-artifact@v8
317317 with :
318318 name : eliza-android-release
319319 path : aab/
Original file line number Diff line number Diff line change @@ -54,20 +54,20 @@ jobs:
5454 timeout-minutes : 10
5555 steps :
5656 - name : Download Linux ISO artifact
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@v8
5858 with :
5959 pattern : elizaos-linux-iso-*
6060 path : ./_verify/iso
6161 merge-multiple : true
6262
6363 - name : Download Debian package artifact
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v8
6565 with :
6666 name : elizaos-debian-package
6767 path : ./_verify/deb
6868
6969 - name : Download VM image artifact
70- uses : actions/download-artifact@v4
70+ uses : actions/download-artifact@v8
7171 with :
7272 name : elizaos-vm-image
7373 path : ./_verify/vm
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 bun-version : " 1.3.13"
106106 - name : Download all release artifacts
107- uses : actions/download-artifact@v4
107+ uses : actions/download-artifact@v8
108108 with :
109109 path : ./_artifacts
110110 merge-multiple : true
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188
189189 - name : Download state artifact
190190 if : steps.secret_config.outputs.configured == 'true'
191- uses : actions/download-artifact@v4
191+ uses : actions/download-artifact@v8
192192 with :
193193 name : hetzner-e2e-state
194194 path : /tmp/hetzner-e2e-state
Original file line number Diff line number Diff line change @@ -361,15 +361,15 @@ jobs:
361361 - name : Download large-tier artifact
362362 if : needs.smoke-large.result == 'success'
363363 continue-on-error : true
364- uses : actions/download-artifact@v4
364+ uses : actions/download-artifact@v8
365365 with :
366366 name : lifeops-multi-tier-large-${{ github.run_id }}
367367 path : artifacts/large
368368
369369 - name : Download frontier-tier artifact
370370 if : needs.smoke-frontier.result == 'success'
371371 continue-on-error : true
372- uses : actions/download-artifact@v4
372+ uses : actions/download-artifact@v8
373373 with :
374374 name : lifeops-multi-tier-frontier-${{ github.run_id }}
375375 path : artifacts/frontier
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 registry-url : " https://registry.npmjs.org"
201201
202202 - name : Download all artifacts
203- uses : actions/download-artifact@v4
203+ uses : actions/download-artifact@v8
204204 with :
205205 path : artifacts
206206
Original file line number Diff line number Diff line change @@ -1657,7 +1657,7 @@ jobs:
16571657 uses : actions/checkout@v4
16581658
16591659 - name : Download all artifacts
1660- uses : actions/download-artifact@v4
1660+ uses : actions/download-artifact@v8
16611661 with :
16621662 path : release-artifacts
16631663 pattern : electrobun-*
@@ -1772,7 +1772,7 @@ jobs:
17721772 contents : write
17731773 steps :
17741774 - name : Download Agent Browser Bridge artifacts
1775- uses : actions/download-artifact@v4
1775+ uses : actions/download-artifact@v8
17761776 with :
17771777 path : browser-bridge-release
17781778 pattern : browser-bridge-*
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253253 bun-version : ${{ env.BUN_VERSION }}
254254
255255 - name : Download all shard reports
256- uses : actions/download-artifact@v4
256+ uses : actions/download-artifact@v8
257257 with :
258258 pattern : scenario-report-*
259259 path : reports/scenarios/all
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 runs-on : windows-2025
152152 timeout-minutes : 30
153153 steps :
154- - uses : actions/download-artifact@v4
154+ - uses : actions/download-artifact@v8
155155 with :
156156 name : windows-msix-${{ inputs.version }}
157157
You can’t perform that action at this time.
0 commit comments