File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : Set up Python ${{ matrix.python }}
25- uses : actions/setup-python@v3
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ matrix.python }}
2828
3535 make dist
3636
3737 - name : Upload Packages
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : ${{ env.RELEASE_FILE }}
4141 path : dist/
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : Checkout Code
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020
2121 - name : Set up Python '3,11'
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.11'
2525
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : Checkout Code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Set up Python ${{ matrix.python }}
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python }}
2525
You can’t perform that action at this time.
0 commit comments