88 macos :
99 runs-on : macos-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - uses : actions/setup-python@v4
1313 with :
1414 python-version : 3.9
2929 with :
3030 args : --release --universal2 --out dist -m Cargo.toml -b pyo3
3131 - name : Upload wheels
32- uses : actions/upload-artifact@v3
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : wheels
3535 path : dist
4040 matrix :
4141 target : [x64, x86]
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - uses : actions/setup-python@v4
4545 with :
4646 python-version : 3.9
5252 target : ${{ matrix.target }}
5353 args : --release --out dist -m Cargo.toml -b pyo3
5454 - name : Upload wheels
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : wheels
5858 path : dist
6363 matrix :
6464 target : [x86_64, i686]
6565 steps :
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767 - uses : actions/setup-python@v4
6868 with :
6969 python-version : 3.9
7676 manylinux : auto
7777 args : -m Cargo.toml --release --out dist -b pyo3
7878 - name : Upload wheels
79- uses : actions/upload-artifact@v3
79+ uses : actions/upload-artifact@v4
8080 with :
8181 name : wheels
8282 path : dist
8787 matrix :
8888 target : [aarch64, armv7]
8989 steps :
90- - uses : actions/checkout@v3
90+ - uses : actions/checkout@v4
9191 - uses : actions/setup-python@v4
9292 with :
9393 python-version : 3.9
@@ -112,7 +112,7 @@ jobs:
112112 # pip3 install reasonable --no-index --find-links dist/ --force-reinstall
113113 # python3 -c "import reasonable"
114114 - name : Upload wheels
115- uses : actions/upload-artifact@v3
115+ uses : actions/upload-artifact@v4
116116 with :
117117 name : wheels
118118 path : dist
@@ -125,7 +125,7 @@ jobs:
125125 - x86_64-unknown-linux-musl
126126 - i686-unknown-linux-musl
127127 steps :
128- - uses : actions/checkout@v3
128+ - uses : actions/checkout@v4
129129 - uses : actions/setup-python@v4
130130 with :
131131 python-version : 3.9
@@ -148,7 +148,7 @@ jobs:
148148 # pip3 install reasonable --no-index --find-links /io/dist/ --force-reinstall
149149 # python3 -c "import reasonable"
150150 - name : Upload wheels
151- uses : actions/upload-artifact@v3
151+ uses : actions/upload-artifact@v4
152152 with :
153153 name : wheels
154154 path : dist
@@ -163,7 +163,7 @@ jobs:
163163 - target : armv7-unknown-linux-musleabihf
164164 arch : armv7
165165 steps :
166- - uses : actions/checkout@v3
166+ - uses : actions/checkout@v4
167167 - uses : actions/setup-python@v4
168168 with :
169169 python-version : 3.9
@@ -186,7 +186,7 @@ jobs:
186186 # pip3 install reasonable --no-index --find-links dist/ --force-reinstall
187187 # python3 -c "import reasonable"
188188 - name : Upload wheels
189- uses : actions/upload-artifact@v3
189+ uses : actions/upload-artifact@v4
190190 with :
191191 name : wheels
192192 path : dist
0 commit comments