File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99 name : Build distribution package
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 persist-credentials : false
1515 - name : Fetch tags
1616 if : github.ref_type != 'tag'
1717 run : git fetch --prune --unshallow --tags
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
2222 - name : Install pypa/build
5050 id-token : write
5151 steps :
5252 - name : Download all the dists
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v5
5454 with :
5555 name : python-package-distributions
5656 path : dist/
7171 id-token : write
7272 steps :
7373 - name : Download all the dists
74- uses : actions/download-artifact@v4
74+ uses : actions/download-artifact@v5
7575 with :
7676 name : python-package-distributions
7777 path : dist/
8787 id-token : write
8888 steps :
8989 - name : Download all the dists
90- uses : actions/download-artifact@v4
90+ uses : actions/download-artifact@v5
9191 with :
9292 name : python-package-distributions
9393 path : dist/
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.x"
2525 - run :
5151 - ' 3.14'
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 - name : Set up Python ${{ matrix.python-version }}
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959 allow-prereleases : true # needed for 3.14
You can’t perform that action at this time.
0 commit comments