File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - " alt"
2020 runs-on : ubuntu-24.04
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 ref : ${{ inputs.gitref }}
2525 fetch-depth : 0 # detect tagged ver in repo
6868 - " alt"
6969 runs-on : ubuntu-24.04
7070 steps :
71- - uses : actions/download-artifact@v4
71+ - uses : actions/download-artifact@v5
7272 with :
7373 name : dist-${{ matrix.flavor }}
7474 path : dist
Original file line number Diff line number Diff line change 2222 - ' 1.10.0'
2323 runs-on : ubuntu-24.04
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - uses : astral-sh/setup-uv@v6
2828 with :
9494 - 1.1.396
9595 runs-on : ubuntu-24.04
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v5
9898
9999 - uses : astral-sh/setup-uv@v6
100100 with :
@@ -221,7 +221,7 @@ jobs:
221221
222222 runs-on : ' ubuntu-24.04'
223223 steps :
224- - uses : actions/checkout@v4
224+ - uses : actions/checkout@v5
225225
226226 - uses : actions/setup-node@v4
227227 with :
Original file line number Diff line number Diff line change 1212 contents : write
1313 pull-requests : write
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Linting and import sort
1818 uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change 1717 contents : read
1818 pull-requests : write
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }}
2323
Original file line number Diff line number Diff line change 3737 - " alt"
3838 steps :
3939
40- - uses : actions/download-artifact@v4
40+ - uses : actions/download-artifact@v5
4141 with :
4242 name : dist-${{ matrix.flavor }}
4343 path : dist
@@ -62,13 +62,13 @@ jobs:
6262 id-token : write
6363 attestations : write
6464 steps :
65- - uses : actions/download-artifact@v4
65+ - uses : actions/download-artifact@v5
6666 with :
6767 pattern : dist-*
6868 path : dist
6969 merge-multiple : true
7070
71- - uses : actions/attest-build-provenance@v2
71+ - uses : actions/attest-build-provenance@v3
7272 with :
7373 subject-path : |
7474 dist/*.whl
Original file line number Diff line number Diff line change 2727 os : " ubuntu-22.04"
2828 runs-on : ${{ matrix.os }}
2929 steps :
30- - uses : actions/download-artifact@v4
30+ - uses : actions/download-artifact@v5
3131 with :
3232 name : dist-${{ inputs.flavor }}
3333 path : dist
8484 - macos-14
8585 runs-on : ${{ matrix.os }}
8686 steps :
87- - uses : actions/download-artifact@v4
87+ - uses : actions/download-artifact@v5
8888 with :
8989 name : dist-${{ inputs.flavor }}
9090 path : dist
@@ -139,7 +139,7 @@ jobs:
139139 actions : write
140140 steps :
141141
142- - uses : actions/download-artifact@v4
142+ - uses : actions/download-artifact@v5
143143 with :
144144 path : all-logs
145145 pattern : log-${{ inputs.flavor }}-*
You can’t perform that action at this time.
0 commit comments