File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 python -m pytest tests -v
5656
5757 - name : Upload artifact
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
6161 path : dist/
Original file line number Diff line number Diff line change 5252 python -m pytest tests -k "highs or ipopt" -v
5353
5454 - name : Upload artifact
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v6
5656 with :
5757 name : pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
5858 path : dist/
Original file line number Diff line number Diff line change 4343 output-dir : wheelhouse
4444 config-file : " {package}/pyproject.toml"
4545
46- - uses : actions/upload-artifact@v4
46+ - uses : actions/upload-artifact@v6
4747 with :
4848 name : cibw-wheels-${{ runner.os }}-${{ runner.arch }}
4949 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 5252 python -m pytest tests -v
5353
5454 - name : Upload artifact
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v6
5656 with :
5757 name : pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
5858 path : dist/
You can’t perform that action at this time.
0 commit comments