File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Base Setup
1818 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
4444 pip uninstall -y "jupyterlab_vim" jupyterlab
4545
4646 - name : Upload extension packages
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : extension-artifacts
5050 path : dist/jupyterlab_vim*
@@ -56,11 +56,11 @@ jobs:
5656
5757 steps :
5858 - name : Install Python
59- uses : actions/setup-python@v4
59+ uses : actions/setup-python@v5
6060 with :
6161 python-version : ' 3.9'
6262 architecture : ' x64'
63- - uses : actions/download-artifact@v3
63+ - uses : actions/download-artifact@v4
6464 with :
6565 name : extension-artifacts
6666 - name : Install and Test
8484 runs-on : ubuntu-latest
8585 timeout-minutes : 15
8686 steps :
87- - uses : actions/checkout@v3
87+ - uses : actions/checkout@v4
8888 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8989 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : Base Setup
1515 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1616 - name : Install Dependencies
2222 token : ${{ secrets.GITHUB_TOKEN }}
2323
2424 - name : Upload Distributions
25- uses : actions/upload-artifact@v3
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : jupyterlab_vim-releaser-dist-${{ github.run_number }}
2828 path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments