We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a046cc2 + 3d3991b commit bfe8738Copy full SHA for bfe8738
1 file changed
.github/workflows/wheels.yml
@@ -110,7 +110,7 @@ jobs:
110
run: |
111
python -m cibuildwheel --output-dir wheelhouse
112
113
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
114
with:
115
name: flacarray-cp${{ matrix.python }}-${{ matrix.builder }}_${{ matrix.arch }}
116
path: ./wheelhouse/flacarray*cp${{ matrix.python }}-${{ matrix.builder }}*${{ matrix.arch }}*.whl
0 commit comments