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 9daa1b5 commit feec5dcCopy full SHA for feec5dc
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
run: yarn test
67
68
- name: Upload dist
69
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
70
with:
71
name: dist
72
path: |
@@ -142,7 +142,7 @@ jobs:
142
yarn package --target ${{ matrix.target }} --pre-release
143
144
- name: Upload package
145
146
147
name: vsix-package-${{ matrix.target }}
148
path: ./*.vsix
0 commit comments