We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150c6af commit ed19689Copy full SHA for ed19689
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
run: |
109
make generate-llhttp
110
- name: Upload llhttp generated files
111
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
112
with:
113
name: llhttp
114
path: vendor/llhttp/build
@@ -250,7 +250,7 @@ jobs:
250
251
python -m build --sdist
252
- name: Upload artifacts
253
254
255
name: dist
256
path: dist
@@ -310,7 +310,7 @@ jobs:
310
uses: pypa/[email protected]
311
env:
312
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
313
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
314
315
316
path: ./wheelhouse/*.whl
0 commit comments