File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 sccache : ' true'
3333 manylinux : auto
3434 - name : Upload wheels
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v5
3636 with :
3737 name : wheels-ubuntu-${{ matrix.target }}
3838 path : dist
5757 args : --release --out dist --find-interpreter
5858 sccache : ' true'
5959 - name : Upload wheels
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 with :
6262 name : wheels-windows-${{ matrix.target }}
6363 path : dist
8181 args : --release --out dist --find-interpreter
8282 sccache : ' true'
8383 - name : Upload wheels
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 name : wheels-macos-${{ matrix.target }}
8787 path : dist
9696 command : sdist
9797 args : --out dist
9898 - name : Upload sdist
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v5
100100 with :
101101 name : wheels-sdist
102102 path : dist
@@ -111,7 +111,7 @@ jobs:
111111
112112 steps :
113113 - name : Retrieve release distributions
114- uses : actions/download-artifact@v5
114+ uses : actions/download-artifact@v6
115115 with :
116116 pattern : wheels-*
117117 merge-multiple : true
@@ -127,7 +127,7 @@ jobs:
127127 permissions :
128128 contents : write
129129 steps :
130- - uses : actions/download-artifact@v5
130+ - uses : actions/download-artifact@v6
131131 with :
132132 pattern : wheels-*
133133 merge-multiple : true
You can’t perform that action at this time.
0 commit comments