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 @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ${{ matrix.os }}
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : 3.x
2323
3535 run : cibuildwheel --output-dir wheelhouse .
3636
3737 - name : Upload built wheels
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : wheels-${{ matrix.os }}
4141 path : wheelhouse/*.whl
@@ -47,19 +47,19 @@ jobs:
4747
4848 steps :
4949 - name : Download wheels (Ubuntu)
50- uses : actions/download-artifact@v3
50+ uses : actions/download-artifact@v4
5151 with :
5252 name : wheels-ubuntu-latest
5353 path : wheels
5454
5555 - name : Download wheels (macOS)
56- uses : actions/download-artifact@v3
56+ uses : actions/download-artifact@v4
5757 with :
5858 name : wheels-macos-latest
5959 path : wheels
6060
6161 - name : Download wheels (Windows)
62- uses : actions/download-artifact@v3
62+ uses : actions/download-artifact@v4
6363 with :
6464 name : wheels-windows-latest
6565 path : wheels
You can’t perform that action at this time.
0 commit comments