Skip to content

Commit 2e650d4

Browse files
authored
Bump upload/download actions (#16411)
1 parent ca8fbea commit 2e650d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/aggregate-test-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python ./pythonFiles/aggregateTestResults.py ${{ secrets.GITHUB_TOKEN }} ${{ inputs.collection_date }}
3333

3434
- name: Upload test result files
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: testResults-${{ inputs.collection_date }}
3838
path: AggTestResults-*.json

.github/workflows/build-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: ./.github/actions/build-vsix
9494
id: build-vsix
9595

96-
- uses: actions/upload-artifact@v3
96+
- uses: actions/upload-artifact@v4
9797
with:
9898
name: 'ms-toolsai-jupyter-insiders.vsix'
9999
path: 'ms-toolsai-jupyter-insiders.vsix'
@@ -748,7 +748,7 @@ jobs:
748748
if: matrix.python == 'noPython' && matrix.os != 'windows-latest'
749749

750750
- name: Upload VS code logs
751-
uses: actions/upload-artifact@v3
751+
uses: actions/upload-artifact@v4
752752
if: failure()
753753
with:
754754
name: VSCodeLogs-${{matrix.jupyterConnection}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.packageVersion}}-${{matrix.os}}-${{env.TAGS_NAME}}-${{matrix.ipywidgetsVersion}}
@@ -760,7 +760,7 @@ jobs:
760760
run: npm run printTestResults
761761

762762
- name: Upload test result, screenshots files
763-
uses: actions/upload-artifact@v3
763+
uses: actions/upload-artifact@v4
764764
if: always()
765765
with:
766766
name: TestLogs-${{matrix.jupyterConnection}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.packageVersion}}-${{matrix.os}}-${{env.TAGS_NAME}}-${{matrix.ipywidgetsVersion}}
@@ -807,7 +807,7 @@ jobs:
807807
run: npm i -g npm@${{env.NPM_VERSION}}
808808

809809
- name: Download VSIX
810-
uses: actions/download-artifact@v3
810+
uses: actions/download-artifact@v4
811811
with:
812812
name: 'ms-toolsai-jupyter-insiders.vsix'
813813

0 commit comments

Comments
 (0)