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 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 persist-credentials : false
2222
5555
5656 steps :
5757 - name : Check out repository
58- uses : actions/checkout@v5
58+ uses : actions/checkout@v6
5959 with :
6060 persist-credentials : false
6161
7676 runs-on : ubuntu-latest
7777 steps :
7878 - name : Check out repository
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080 with :
8181 persist-credentials : false
8282
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 persist-credentials : false
2121
3838 run : uv run twine check dist/*
3939
4040 - name : Upload distributions
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v7
4242 with :
4343 name : dist
4444 path : dist/*
5656 id-token : write
5757 steps :
5858 - name : Download distributions
59- uses : actions/download-artifact@v4
59+ uses : actions/download-artifact@v8
6060 with :
6161 name : dist
6262 path : dist
You can’t perform that action at this time.
0 commit comments