File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 sccache : " true"
3131 manylinux : auto
3232 - name : Upload wheels
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v5
3434 with :
3535 name : wheels-linux-${{ matrix.target }}
3636 path : dist
5353 args : --release --out dist --find-interpreter
5454 sccache : " true"
5555 - name : Upload wheels
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : wheels-windows-${{ matrix.target }}
5959 path : dist
7575 args : --release --out dist --find-interpreter
7676 sccache : " true"
7777 - name : Upload wheels
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : wheels-macos-${{ matrix.target }}
8181 path : dist
9393 command : sdist
9494 args : --out dist
9595 - name : Upload sdist
96- uses : actions/upload-artifact@v4
96+ uses : actions/upload-artifact@v5
9797 with :
9898 name : wheels-sdist
9999 path : dist
You can’t perform that action at this time.
0 commit comments