File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131
3838 - name : build
3939 run : uv sync && uv build --sdist
4040
41- - uses : actions/upload-artifact@v5
41+ - uses : actions/upload-artifact@v7
4242 with :
4343 name : Packages
4444 path : dist
5252 contents : write
5353
5454 steps :
55- - uses : actions/download-artifact@v6
55+ - uses : actions/download-artifact@v8
5656 with :
5757 name : Packages
5858 path : dist
7575 if : startsWith(github.ref, 'refs/tags/v')
7676
7777 steps :
78- - uses : actions/download-artifact@v6
78+ - uses : actions/download-artifact@v8
7979 with :
8080 name : Packages
8181 path : dist
Original file line number Diff line number Diff line change 2121 name : Format
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727
5353 runs-on : ubuntu-latest
5454
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 with :
5858 fetch-depth : 0
5959
You can’t perform that action at this time.
0 commit comments