93
93
uses : ./.github/actions/build-vsix
94
94
id : build-vsix
95
95
96
- - uses : actions/upload-artifact@v3
96
+ - uses : actions/upload-artifact@v4
97
97
with :
98
98
name : ' ms-toolsai-jupyter-insiders.vsix'
99
99
path : ' ms-toolsai-jupyter-insiders.vsix'
@@ -748,7 +748,7 @@ jobs:
748
748
if : matrix.python == 'noPython' && matrix.os != 'windows-latest'
749
749
750
750
- name : Upload VS code logs
751
- uses : actions/upload-artifact@v3
751
+ uses : actions/upload-artifact@v4
752
752
if : failure()
753
753
with :
754
754
name : VSCodeLogs-${{matrix.jupyterConnection}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.packageVersion}}-${{matrix.os}}-${{env.TAGS_NAME}}-${{matrix.ipywidgetsVersion}}
@@ -760,7 +760,7 @@ jobs:
760
760
run : npm run printTestResults
761
761
762
762
- name : Upload test result, screenshots files
763
- uses : actions/upload-artifact@v3
763
+ uses : actions/upload-artifact@v4
764
764
if : always()
765
765
with :
766
766
name : TestLogs-${{matrix.jupyterConnection}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.packageVersion}}-${{matrix.os}}-${{env.TAGS_NAME}}-${{matrix.ipywidgetsVersion}}
@@ -807,7 +807,7 @@ jobs:
807
807
run : npm i -g npm@${{env.NPM_VERSION}}
808
808
809
809
- name : Download VSIX
810
- uses : actions/download-artifact@v3
810
+ uses : actions/download-artifact@v4
811
811
with :
812
812
name : ' ms-toolsai-jupyter-insiders.vsix'
813
813
0 commit comments