4444 pip uninstall -y "jupyterlab_favorites" 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_favorites*
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
9393 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
9494
9595 - name : Download extension package
96- uses : actions/download-artifact@v3
96+ uses : actions/download-artifact@v4
9797 with :
9898 name : extension-artifacts
9999
@@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Upload Playwright Test report
128128 if : always()
129- uses : actions/upload-artifact@v3
129+ uses : actions/upload-artifact@v4
130130 with :
131131 name : jupyterlab_favorites-playwright-tests
132132 path : |
@@ -141,3 +141,5 @@ jobs:
141141 - uses : actions/checkout@v3
142142 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
143143 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
144+ with :
145+ ignore_links : " https://github.com/.* https://www.npmjs.com.* https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-favorites/* https://pypi.org/.*"
0 commit comments