@@ -190,7 +190,7 @@ jobs:
190
190
python -m pip install -r requirements/test.in -c requirements/test.txt
191
191
- name : Restore llhttp generated files
192
192
if : ${{ matrix.no-extensions == '' }}
193
- uses : actions/download-artifact@v4
193
+ uses : actions/download-artifact@v5
194
194
with :
195
195
name : llhttp
196
196
path : vendor/llhttp/build/
@@ -277,7 +277,7 @@ jobs:
277
277
run : |
278
278
python -m pip install -r requirements/test.in -c requirements/test.txt
279
279
- name : Restore llhttp generated files
280
- uses : actions/download-artifact@v4
280
+ uses : actions/download-artifact@v5
281
281
with :
282
282
name : llhttp
283
283
path : vendor/llhttp/build/
@@ -341,7 +341,7 @@ jobs:
341
341
python -m
342
342
pip install -r requirements/cython.in -c requirements/cython.txt
343
343
- name : Restore llhttp generated files
344
- uses : actions/download-artifact@v4
344
+ uses : actions/download-artifact@v5
345
345
with :
346
346
name : llhttp
347
347
path : vendor/llhttp/build/
@@ -428,7 +428,7 @@ jobs:
428
428
python -m
429
429
pip install -r requirements/cython.in -c requirements/cython.txt
430
430
- name : Restore llhttp generated files
431
- uses : actions/download-artifact@v4
431
+ uses : actions/download-artifact@v5
432
432
with :
433
433
name : llhttp
434
434
path : vendor/llhttp/build/
@@ -473,7 +473,7 @@ jobs:
473
473
run : |
474
474
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
475
475
- name : Download distributions
476
- uses : actions/download-artifact@v4
476
+ uses : actions/download-artifact@v5
477
477
with :
478
478
path : dist
479
479
pattern : dist-*
0 commit comments