File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.13"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818
1919 - uses : actions/setup-python@v6
2020 with :
2626 - name : build dist
2727 run : python -m build
2828
29- - uses : actions/upload-artifact@v5
29+ - uses : actions/upload-artifact@v6
3030 with :
3131 name : artifacts
3232 path : dist/*
4343 runs-on : ubuntu-latest
4444
4545 steps :
46- - uses : actions/download-artifact@v6
46+ - uses : actions/download-artifact@v7
4747 with :
4848 name : artifacts
4949 path : dist
5757 needs : publish
5858
5959 steps :
60- - uses : actions/checkout@v5
60+ - uses : actions/checkout@v6
6161 with :
6262 fetch-depth : 0
6363 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2727 lint :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.13"
6161 - " pypy-3.11"
6262
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 - name : Set up Python ${{ matrix.python-version }}
6666 uses : actions/setup-python@v6
6767 with :
You can’t perform that action at this time.
0 commit comments