File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747 sccache : " true"
4848 manylinux : auto
4949 - name : Upload wheels
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : wheels-linux-${{ matrix.platform.target }}
5353 path : dist
7878 sccache : " true"
7979 manylinux : musllinux_1_2
8080 - name : Upload wheels
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : wheels-musllinux-${{ matrix.platform.target }}
8484 path : dist
@@ -105,7 +105,7 @@ jobs:
105105 args : --release --out dist --find-interpreter
106106 sccache : " true"
107107 - name : Upload wheels
108- uses : actions/upload-artifact@v4
108+ uses : actions/upload-artifact@v5
109109 with :
110110 name : wheels-windows-${{ matrix.platform.target }}
111111 path : dist
@@ -131,7 +131,7 @@ jobs:
131131 args : --release --out dist --find-interpreter
132132 sccache : " true"
133133 - name : Upload wheels
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v5
135135 with :
136136 name : wheels-macos-${{ matrix.platform.target }}
137137 path : dist
@@ -146,7 +146,7 @@ jobs:
146146 command : sdist
147147 args : --out dist
148148 - name : Upload sdist
149- uses : actions/upload-artifact@v4
149+ uses : actions/upload-artifact@v5
150150 with :
151151 name : wheels-sdist
152152 path : dist
You can’t perform that action at this time.
0 commit comments