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 6161 cmake --install build-linux-release --config Release
6262
6363 - name : Store results
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : linux-28-wheels
6767 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change 4545 cmake --install build-base_mac --config Release
4646
4747 - name : Store results
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : macos-28-wheels
5151 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change 5050 cmake --install build-base_mac --config Release
5151
5252 - name : Store results
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : macos-arm-28-wheels
5656 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change 6363 copy build-msvc\bin\libcurl.dll build-msvc\install\bin
6464
6565 - name : Store results
66- uses : actions/upload-artifact@v3
66+ uses : actions/upload-artifact@v4
6767 with :
6868 name : windows-28-wheels
6969 path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments