File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 # check-out repo and set-up python and poetry
1414 # ----------------------------------------------
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 - name : Install poetry
1919 run : pipx install poetry
3939 # check-out repo and set-up python and poetry
4040 # ----------------------------------------------
4141 - name : Checkout
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343
4444 - name : Install poetry
4545 run : pipx install poetry
5353 - name : Build
5454 run : poetry build --ansi --no-interaction
5555
56- - uses : actions/upload-artifact@v2
56+ - uses : actions/upload-artifact@v4
5757 if : ${{ startsWith(github.ref, 'refs/tags/v') }}
5858 with :
5959 name : dist
6666 contents : write
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@v3
69+ uses : actions/checkout@v4
7070
7171 - name : Install poetry
7272 run : pipx install poetry
You can’t perform that action at this time.
0 commit comments