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:
52
52
- uses : actions/checkout@v4
53
53
with :
54
54
submodules : true
55
- - uses : actions/setup-python@v4
55
+ - uses : actions/setup-python@v5
56
56
with :
57
57
python-version : ${{ matrix.python }}
58
58
- name : Build Wheel
59
59
run : .github/workflows/build.sh
60
- - uses : actions/upload-artifact@v3
60
+ - uses : actions/upload-artifact@v4
61
61
with :
62
62
name : ${{ inputs.artifacts-name }}
63
63
path : wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
- uses : actions/checkout@v4
39
39
with :
40
40
submodules : true
41
- - uses : actions/setup-python@v4
41
+ - uses : actions/setup-python@v5
42
42
with :
43
43
python-version : " 3.x"
44
44
- name : Build Wheel
45
45
run : .github/workflows/build.sh
46
- - uses : actions/upload-artifact@v3
46
+ - uses : actions/upload-artifact@v4
47
47
with :
48
48
name : ${{ inputs.artifacts-name }}
49
49
path : wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
- uses : actions/checkout@v4
36
36
with :
37
37
submodules : true
38
- - uses : actions/setup-python@v4
38
+ - uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python }}
41
41
- name : Build Wheel
42
42
run : .github/workflows/build.ps1
43
- - uses : actions/upload-artifact@v3
43
+ - uses : actions/upload-artifact@v4
44
44
with :
45
45
name : ${{ inputs.artifacts-name }}
46
46
path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments