@@ -174,7 +174,7 @@ jobs:
174
174
python -m pip install -r requirements/test.in -c requirements/test.txt
175
175
- name : Restore llhttp generated files
176
176
if : ${{ matrix.no-extensions == '' }}
177
- uses : actions/download-artifact@v4
177
+ uses : actions/download-artifact@v5
178
178
with :
179
179
name : llhttp
180
180
path : vendor/llhttp/build/
@@ -261,7 +261,7 @@ jobs:
261
261
run : |
262
262
python -m pip install -r requirements/test.in -c requirements/test.txt
263
263
- name : Restore llhttp generated files
264
- uses : actions/download-artifact@v4
264
+ uses : actions/download-artifact@v5
265
265
with :
266
266
name : llhttp
267
267
path : vendor/llhttp/build/
@@ -322,7 +322,7 @@ jobs:
322
322
python -m
323
323
pip install -r requirements/cython.in -c requirements/cython.txt
324
324
- name : Restore llhttp generated files
325
- uses : actions/download-artifact@v4
325
+ uses : actions/download-artifact@v5
326
326
with :
327
327
name : llhttp
328
328
path : vendor/llhttp/build/
@@ -406,7 +406,7 @@ jobs:
406
406
python -m
407
407
pip install -r requirements/cython.in -c requirements/cython.txt
408
408
- name : Restore llhttp generated files
409
- uses : actions/download-artifact@v4
409
+ uses : actions/download-artifact@v5
410
410
with :
411
411
name : llhttp
412
412
path : vendor/llhttp/build/
@@ -451,7 +451,7 @@ jobs:
451
451
run : |
452
452
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
453
453
- name : Download distributions
454
- uses : actions/download-artifact@v4
454
+ uses : actions/download-artifact@v5
455
455
with :
456
456
path : dist
457
457
pattern : dist-*
0 commit comments