File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 if : ${{ github.repository == 'substrait-io/substrait-python' }}
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 submodules : recursive
2121 - name : Set up Python
4141 if : startsWith(github.ref, 'refs/tags/v')
4242 steps :
4343 - name : Download artifact
44- uses : actions/download-artifact@v4
44+ uses : actions/download-artifact@v5
4545 with :
4646 name : dist
4747 path : dist/
5757 needs : release
5858 steps :
5959 - name : Download artifact
60- uses : actions/download-artifact@v4
60+ uses : actions/download-artifact@v5
6161 with :
6262 name : dist
6363 path : dist/
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 submodules : recursive
2525 - name : Install uv with python
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 submodules : recursive
2525 - name : Set up Python
You can’t perform that action at this time.
0 commit comments