File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252 - uses : actions/checkout@v4
5353 with :
5454 submodules : true
55- - uses : actions/setup-python@v4
55+ - uses : actions/setup-python@v5
5656 with :
5757 python-version : ${{ matrix.python }}
5858 - name : Build Wheel
5959 run : .github/workflows/build.sh
60- - uses : actions/upload-artifact@v3
60+ - uses : actions/upload-artifact@v4
6161 with :
6262 name : ${{ inputs.artifacts-name }}
6363 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 - uses : actions/checkout@v4
3939 with :
4040 submodules : true
41- - uses : actions/setup-python@v4
41+ - uses : actions/setup-python@v5
4242 with :
4343 python-version : " 3.x"
4444 - name : Build Wheel
4545 run : .github/workflows/build.sh
46- - uses : actions/upload-artifact@v3
46+ - uses : actions/upload-artifact@v4
4747 with :
4848 name : ${{ inputs.artifacts-name }}
4949 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 - uses : actions/checkout@v4
3636 with :
3737 submodules : true
38- - uses : actions/setup-python@v4
38+ - uses : actions/setup-python@v5
3939 with :
4040 python-version : ${{ matrix.python }}
4141 - name : Build Wheel
4242 run : .github/workflows/build.ps1
43- - uses : actions/upload-artifact@v3
43+ - uses : actions/upload-artifact@v4
4444 with :
4545 name : ${{ inputs.artifacts-name }}
4646 path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments