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 d08fd33 commit c07c688Copy full SHA for c07c688
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
run: yarn test
63
64
- name: Upload dist
65
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66
with:
67
name: dist
68
path: |
@@ -137,7 +137,7 @@ jobs:
137
yarn package --target ${{ matrix.target }}
138
139
- name: Upload package
140
141
142
name: vsix-package-${{ matrix.target }}
143
path: ./*.vsix
0 commit comments