Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
run: echo "PYTHON_GIL=0" >> $GITHUB_ENV
- name: Restore llhttp generated files
if: ${{ matrix.no-extensions == '' }}
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
run: |
python -m pip install -r requirements/test.in -c requirements/test.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
python -m
pip install -r requirements/cython.in -c requirements/cython.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
python -m
pip install -r requirements/cython.in -c requirements/cython.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- name: Download distributions
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: dist
pattern: dist-*
Expand Down
Loading