@@ -179,7 +179,7 @@ jobs:
179179 run : echo "PYTHON_GIL=0" >> $GITHUB_ENV
180180 - name : Restore llhttp generated files
181181 if : ${{ matrix.no-extensions == '' }}
182- uses : actions/download-artifact@v5
182+ uses : actions/download-artifact@v6
183183 with :
184184 name : llhttp
185185 path : vendor/llhttp/build/
@@ -266,7 +266,7 @@ jobs:
266266 run : |
267267 python -m pip install -r requirements/test.in -c requirements/test.txt
268268 - name : Restore llhttp generated files
269- uses : actions/download-artifact@v5
269+ uses : actions/download-artifact@v6
270270 with :
271271 name : llhttp
272272 path : vendor/llhttp/build/
@@ -328,7 +328,7 @@ jobs:
328328 python -m
329329 pip install -r requirements/cython.in -c requirements/cython.txt
330330 - name : Restore llhttp generated files
331- uses : actions/download-artifact@v5
331+ uses : actions/download-artifact@v6
332332 with :
333333 name : llhttp
334334 path : vendor/llhttp/build/
@@ -418,7 +418,7 @@ jobs:
418418 python -m
419419 pip install -r requirements/cython.in -c requirements/cython.txt
420420 - name : Restore llhttp generated files
421- uses : actions/download-artifact@v5
421+ uses : actions/download-artifact@v6
422422 with :
423423 name : llhttp
424424 path : vendor/llhttp/build/
@@ -463,7 +463,7 @@ jobs:
463463 run : |
464464 echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
465465 - name : Download distributions
466- uses : actions/download-artifact@v5
466+ uses : actions/download-artifact@v6
467467 with :
468468 path : dist
469469 pattern : dist-*
0 commit comments