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 4747 pip uninstall -y "jupytercad_salome" jupyterlab
4848
4949 - name : Upload extension packages
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : extension-artifacts
5353 path : dist/jupytercad_salome*
6363 with :
6464 python-version : ' 3.9'
6565 architecture : ' x64'
66- - uses : actions/download-artifact@v3
66+ - uses : actions/download-artifact@v4
6767 with :
6868 name : extension-artifacts
6969 - name : Install and Test
@@ -109,7 +109,7 @@ jobs:
109109 jupyterlab=4
110110
111111 - name : Download extension package
112- uses : actions/download-artifact@v3
112+ uses : actions/download-artifact@v4
113113 with :
114114 name : extension-artifacts
115115 path : ./ui-tests
@@ -166,7 +166,7 @@ jobs:
166166
167167 - name : Upload Playwright Test report
168168 if : always()
169- uses : actions/upload-artifact@v3
169+ uses : actions/upload-artifact@v4
170170 with :
171171 name : jupytercad-playwright-tests
172172 path : |
Original file line number Diff line number Diff line change 1919 token : ${{ secrets.GITHUB_TOKEN }}
2020
2121 - name : Upload Distributions
22- uses : actions/upload-artifact@v3
22+ uses : actions/upload-artifact@v4
2323 with :
2424 name : jupytercad_salome-releaser-dist-${{ github.run_number }}
2525 path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments