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 4343 pip uninstall -y "jupytercad_freecad" jupyterlab
4444
4545 - name : Upload extension packages
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : extension-artifacts
4949 path : dist/jupytercad_freecad*
5959 with :
6060 python-version : ' 3.9'
6161 architecture : ' x64'
62- - uses : actions/download-artifact@v3
62+ - uses : actions/download-artifact@v4
6363 with :
6464 name : extension-artifacts
6565 - name : Install and Test
9999 freecad=0.21.2
100100
101101 - name : Download extension package
102- uses : actions/download-artifact@v3
102+ uses : actions/download-artifact@v4
103103 with :
104104 name : extension-artifacts
105105
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Upload Playwright Test report
138138 if : always()
139- uses : actions/upload-artifact@v3
139+ uses : actions/upload-artifact@v4
140140 with :
141141 name : jupytercad-playwright-tests
142142 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-freecad-releaser-dist-${{ github.run_number }}
2525 path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments