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 4343 sccache : ' true'
4444 manylinux : auto
4545 - name : Upload wheels
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : wheels
4949 path : dist
9090 args : --release --out dist --find-interpreter
9191 sccache : ' true'
9292 - name : Upload wheels
93- uses : actions/upload-artifact@v3
93+ uses : actions/upload-artifact@v4
9494 with :
9595 name : wheels
9696 path : dist
@@ -121,7 +121,7 @@ jobs:
121121 args : --release --out dist --find-interpreter
122122 sccache : ' true'
123123 - name : Upload wheels
124- uses : actions/upload-artifact@v3
124+ uses : actions/upload-artifact@v4
125125 with :
126126 name : wheels
127127 path : dist
@@ -144,7 +144,7 @@ jobs:
144144 command : sdist
145145 args : --out dist
146146 - name : Upload sdist
147- uses : actions/upload-artifact@v3
147+ uses : actions/upload-artifact@v4
148148 with :
149149 name : wheels
150150 path : dist
@@ -155,7 +155,7 @@ jobs:
155155 if : " startsWith(github.ref, 'refs/tags/')"
156156 needs : [linux, windows, macos, sdist]
157157 steps :
158- - uses : actions/download-artifact@v3
158+ - uses : actions/download-artifact@v4
159159 with :
160160 name : wheels
161161 - name : Publish to PyPI
You can’t perform that action at this time.
0 commit comments