Commit 8ba3c64 1 parent ab5ac1f commit 8ba3c64 Copy full SHA for 8ba3c64
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : actions/setup-python@v4
16
+ - uses : actions/setup-python@v5
17
17
with :
18
18
python-version : 3.x
19
19
- name : Install Project
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : ' 3.x'
16
16
- name : Install
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install
30
30
run : |
31
31
pytest --cov=pyloidal --cov-report=xml --cov-report=term -vv ./tests
32
32
- name : Upload coverage artifacts
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : ${{ format('coverage-python-{0}', matrix.python-version) }}
36
36
path : coverage.xml
43
43
steps :
44
44
- uses : actions/checkout@v4
45
45
- name : Download coverage report
46
- uses : actions/download-artifact@v3
46
+ uses : actions/download-artifact@v4
47
47
with :
48
48
name : " coverage-python-3.10"
49
49
path : coverage.xml
You can’t perform that action at this time.
0 commit comments