File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 - pypy-3.7
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v1
27+ uses : actions/checkout@v5
2828 - name : Setup Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v2
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Update pip
3636 - name : Test with tox
3737 run : python -m tox
3838 - name : Store partial coverage reports
39- uses : actions/upload-artifact@v2
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : coverage
4242 path : .coverage.*
@@ -46,15 +46,15 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout code
49- uses : actions/checkout@v1
49+ uses : actions/checkout@v5
5050 - name : Setup Python 3.10
51- uses : actions/setup-python@v2
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ' 3.10'
5454 - name : Install coverage package
5555 run : python -m pip install -U coverage
5656 - name : Download partial coverage reports
57- uses : actions/download-artifact@v2
57+ uses : actions/download-artifact@v4
5858 with :
5959 name : coverage
6060 - name : Combine coverage
7878 - codeformat
7979 steps :
8080 - name : Checkout code
81- uses : actions/checkout@v1
81+ uses : actions/checkout@v5
8282 - name : Setup Python '3.10'
83- uses : actions/setup-python@v2
83+ uses : actions/setup-python@v6
8484 with :
8585 python-version : ' 3.10'
8686 - name : Update pip
You can’t perform that action at this time.
0 commit comments