File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5252 run : maturin build --release
5353
5454 - name : Upload wheels
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : wheels-${{ matrix.os }}-py${{ matrix.python-version }}
5858 path : target/wheels/
6565
6666 steps :
6767 - name : Download all artifacts
68- uses : actions/download-artifact@v3
68+ uses : actions/download-artifact@v4
6969 with :
7070 path : wheels
7171
7474 shell : bash
7575
7676 - name : Upload combined wheels
77- uses : actions/upload-artifact@v3
77+ uses : actions/upload-artifact@v4
7878 with :
7979 name : all-wheels
8080 path : wheels/*/*.whl
Original file line number Diff line number Diff line change 3838 maturin build --release --strip
3939
4040 - name : Upload wheels
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : wheels-${{ matrix.os }}-${{ matrix.python-version }}
4444 path : target/wheels/*.whl
6262 python-version : ' 3.10 3.11'
6363
6464 - name : Upload wheels
65- uses : actions/upload-artifact@v3
65+ uses : actions/upload-artifact@v4
6666 with :
6767 name : wheels-manylinux
6868 path : target/wheels/*.whl
7676 - uses : actions/checkout@v4
7777
7878 - name : Download all artifacts
79- uses : actions/download-artifact@v3
79+ uses : actions/download-artifact@v4
8080 with :
8181 path : wheels
8282
You can’t perform that action at this time.
0 commit comments