File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 matrix :
3030 os : [ubuntu-20.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
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
6565 needs : [build_wheels, build_sdist]
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/download-artifact@v3
68+ - uses : actions/download-artifact@v4
6969 with :
7070 # unpacks default artifact into dist/
7171 # if `name: artifact` is omitted, the action will create extra parent dir
You can’t perform that action at this time.
0 commit comments