File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 echo "✅ Build outputs verified"
6666
6767 - name : Upload build artifacts
68- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6969 if : matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
7070 with :
7171 name : build-artifacts
Original file line number Diff line number Diff line change 5555 continue-on-error : true # VS Code extension tests can be flaky in CI
5656
5757 - name : Upload build artifacts
58- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
58+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5959 if : matrix.node-version == '20.x'
6060 with :
6161 name : extension-build
9494 run : npx vsce package
9595
9696 - name : Upload VSIX package
97- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
97+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9898 with :
9999 name : vsix-package
100100 path : ' *.vsix'
Original file line number Diff line number Diff line change 6868 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6969 # format to the repository Actions tab.
7070 - name : " Upload artifact"
71- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7272 with :
7373 name : SARIF file
7474 path : results.sarif
You can’t perform that action at this time.
0 commit comments