File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
run : npm run package -- --target=${{ matrix.vsce_target }}
76
76
77
77
- name : Upload vsix as artifact
78
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
78
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
79
79
with :
80
80
name : ${{ matrix.vsce_target }}
81
81
path : ' *.vsix'
Original file line number Diff line number Diff line change 86
86
run : npm run test:ui
87
87
if : runner.os != 'Linux'
88
88
- name : Archive test artifacts
89
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
89
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
90
90
if : failure()
91
91
with :
92
92
name : test-screenshots-${{ matrix.os }}-${{ matrix.vscode }}
You can’t perform that action at this time.
0 commit comments