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 @@ -16,12 +16,12 @@ jobs:
16
16
17
17
steps :
18
18
- name : Set up Python
19
- uses : actions/setup-python@v3
19
+ uses : actions/setup-python@v4
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
23
23
- name : Check out code
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Install dependencies
27
27
run : |
44
44
CIBW_SKIP : pp* cp27* cp34* cp35* cp36* cp37* cp38*
45
45
46
46
- name : Upload artifact
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : python-wheels-${{ matrix.os }}-${{ matrix.python-version }}
50
50
path : dist/*.whl
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : Download artifacts
57
- uses : actions/download-artifact@v3
57
+ uses : actions/download-artifact@v4
58
58
with :
59
59
name : |
60
60
python-wheels-ubuntu-latest-3.9
72
72
path : .
73
73
74
74
- name : Set up Python
75
- uses : actions/setup-python@v3
75
+ uses : actions/setup-python@v4
76
76
with :
77
77
python-version : 3.11
78
78
You can’t perform that action at this time.
0 commit comments