File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
python-version : ["3.11", "3.12", "3.13"]
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Set up Python
19
19
uses : actions/setup-python@v5
20
20
with :
28
28
- name : Tests
29
29
run : pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
30
30
- name : Upload coverage to Codecov
31
- uses : codecov/codecov-action@v5.4.3
31
+ uses : codecov/codecov-action@v5.5.0
32
32
with :
33
33
token : ${{ secrets.CODECOV_TOKEN }} # required
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
45
45
46
46
steps :
47
47
- name : Download all the dists
48
- uses : actions/download-artifact@v4
48
+ uses : actions/download-artifact@v5
49
49
with :
50
50
name : python-package-distributions
51
51
path : dist/
You can’t perform that action at this time.
0 commit comments