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.
2 parents 9835b7e + 23e7aa0 commit df0e6a0Copy full SHA for df0e6a0
.github/workflows/cibuildwheels.yml
@@ -110,7 +110,7 @@ jobs:
110
source sdist_test_env/bin/activate
111
python -m pytest tests/test_open.py tests/test_vlmeta.py tests/ndarray/test_evaluate.py
112
113
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
114
with:
115
name: ${{ matrix.artifact_name }}
116
path: |
.github/workflows/wasm.yml
@@ -50,7 +50,7 @@ jobs:
50
run: cibuildwheel --platform pyodide
51
52
- name: Upload wheels
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
54
55
name: wheels-wasm-${{ matrix.os }}-${{ matrix.p_ver }}
56
path: ./wheelhouse/*.whl
0 commit comments