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 1414 python-version : ["3.11", "3.12", "3.13"]
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
2828 - name : Tests
2929 run : pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
3030 - name : Upload coverage to Codecov
31- uses : codecov/codecov-action@v5.4.3
31+ uses : codecov/codecov-action@v5.5.0
3232 with :
3333 token : ${{ secrets.CODECOV_TOKEN }} # required
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
4545
4646 steps :
4747 - name : Download all the dists
48- uses : actions/download-artifact@v4
48+ uses : actions/download-artifact@v5
4949 with :
5050 name : python-package-distributions
5151 path : dist/
You can’t perform that action at this time.
0 commit comments