File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ${{ 'ubuntu-latest' }}
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333 - name : Log in to the Container registry
Original file line number Diff line number Diff line change 3333 build :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939 - run : pipx run build
5454 - os : ubuntu-latest
5555 source : sdist
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 if : matrix.source == 'repo'
59- - uses : actions/download-artifact@v4
59+ - uses : actions/download-artifact@v5
6060 with :
6161 name : dist
6262 path : dist/
8383 id-token : write
8484 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8585 steps :
86- - uses : actions/download-artifact@v4
86+ - uses : actions/download-artifact@v5
8787 with :
8888 name : dist
8989 path : dist/
You can’t perform that action at this time.
0 commit comments