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 @@ -27,22 +27,22 @@ jobs:
2727 runs-on : ${{ matrix.os }}
2828 strategy :
2929 matrix :
30- os : [ubuntu-20 .04, windows-2019, macos-10.15]
30+ os : [ubuntu-22 .04, windows-2019, macos-10.15]
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 with :
3434 submodules : recursive
3535 - name : Build wheels
3636 uses : pypa/cibuildwheel@v2.11.4
37- - uses : actions/upload-artifact@v2
37+ - uses : actions/upload-artifact@v4
3838 with :
3939 path : ./wheelhouse/*.whl
4040
4141 build_sdist :
4242 name : Build source distribution
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v4
4646 with :
4747 submodules : recursive
4848
5656 python3 -m pip install *.tar.gz
5757 python3 -c "import onnxoptimizer; print(onnxoptimizer.get_fuse_and_elimination_passes())"
5858
59- - uses : actions/upload-artifact@v2
59+ - uses : actions/upload-artifact@v4
6060 with :
6161 path : dist/*.tar.gz
6262
You can’t perform that action at this time.
0 commit comments