File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,15 @@ jobs:
8888 path : private-src
8989
9090 - name : Set up Python
91- uses : actions/setup-python@v5
91+ uses : actions/setup-python@v6
9292 with :
9393 python-version : ${{ matrix.python-version }}
9494
95+ - name : Set up Rust toolchain
96+ uses : actions-rust-lang/setup-rust-toolchain@v1
97+ with :
98+ toolchain : stable
99+
95100 - name : Cache Cargo
96101 uses : actions/cache@v4
97102 with :
@@ -141,7 +146,7 @@ jobs:
141146 $PYTHON_EXEC -m unittest discover "$GITHUB_WORKSPACE/private-src/tests"
142147
143148 - name : Upload wheels
144- uses : actions/upload-artifact@v4
149+ uses : actions/upload-artifact@v6
145150 with :
146151 name : wheels-${{ matrix.os }}-py${{ matrix.python-version }}
147152 path : dist/*
@@ -166,7 +171,7 @@ jobs:
166171 path : private-src
167172
168173 - name : Set up Python
169- uses : actions/setup-python@v5
174+ uses : actions/setup-python@v6
170175 with :
171176 python-version : " 3.13"
172177
@@ -229,7 +234,7 @@ jobs:
229234 }
230235
231236 - name : Download wheels
232- uses : actions/download-artifact@v4
237+ uses : actions/download-artifact@v7
233238 with :
234239 path : dist
235240 merge-multiple : true
@@ -276,7 +281,7 @@ jobs:
276281 path : private-src
277282
278283 - name : Set up Python
279- uses : actions/setup-python@v5
284+ uses : actions/setup-python@v6
280285 with :
281286 python-version : " 3.13"
282287
You can’t perform that action at this time.
0 commit comments