We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eee374 commit b8da063Copy full SHA for b8da063
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Package VSIX
24
run: npm run package
25
- name: Archive VSIX
26
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
27
with:
28
name: vsix
29
path: '*.vsix'
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
0 commit comments