File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 deploy :
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v6
1414 - name : Set up Python
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v6
1616 with :
17- python-version : ' 3.6.8 '
17+ python-version : ' 3.9 '
1818
1919 - name : Set Branch Name
2020 run : |
@@ -33,13 +33,13 @@ jobs:
3333 python setup.py bdist_wheel --universal
3434
3535 - name : Upload Wheel Artifact
36- uses : actions/upload-artifact@v2
36+ uses : actions/upload-artifact@v6
3737 with :
3838 name : vecto-wheel-${{ env.branch_name }}-${{ env.git_hash }}
3939 path : dist/*.whl
4040
4141 - name : Upload Dist Directory Artifact
42- uses : actions/upload-artifact@v2
42+ uses : actions/upload-artifact@v6
4343 with :
4444 name : dist-${{ env.branch_name }}-${{ env.git_hash }}
4545 path : dist/
Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v6
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.9'
1818 - name : Install dependencies
2727 python setup.py bdist_wheel --universal
2828
2929 - name : Upload Artifacts
30- uses : actions/upload-artifact@v2
30+ uses : actions/upload-artifact@v6
3131 with :
3232 name : vecto-wheel
3333 path : dist
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v6
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.9'
1919
Original file line number Diff line number Diff line change 2121 VECTO_API_KEY : ${{ secrets.VECTO_API_KEY }}
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v6
2525 - name : Set up Python
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.9'
2929 - name : Build wheel
You can’t perform that action at this time.
0 commit comments