File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 pip uninstall -y "jupyter_drives" jupyterlab
5454
5555 - name : Upload extension packages
56- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5757 with :
5858 name : extension-artifacts
5959 path : dist/jupyter_drives*
6969 with :
7070 python-version : ' 3.9'
7171 architecture : ' x64'
72- - uses : actions/download-artifact@v3
72+ - uses : actions/download-artifact@v4
7373 with :
7474 name : extension-artifacts
7575 - name : Install and Test
@@ -105,7 +105,7 @@ jobs:
105105 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
106106
107107 - name : Download extension package
108- uses : actions/download-artifact@v3
108+ uses : actions/download-artifact@v4
109109 with :
110110 name : extension-artifacts
111111
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Upload Playwright Test report
141141 if : always()
142- uses : actions/upload-artifact@v3
142+ uses : actions/upload-artifact@v4
143143 with :
144144 name : jupyter_drives-playwright-tests
145145 path : |
Original file line number Diff line number Diff line change 2020 token : ${{ secrets.GITHUB_TOKEN }}
2121
2222 - name : Upload Distributions
23- uses : actions/upload-artifact@v3
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : jupyter_drives-releaser-dist-${{ github.run_number }}
2626 path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments