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 a3d63c5Copy full SHA for a3d63c5
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
cache: 'yarn'
114
115
- name: Download dist
116
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
117
with:
118
name: dist
119
path: .
@@ -150,7 +150,7 @@ jobs:
150
needs: package
151
steps:
152
- name: Download packages
153
154
155
pattern: vsix-package-*
156
0 commit comments