We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9612d78 commit b7164ecCopy full SHA for b7164ec
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
needs: build
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0
+ - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1
25
with:
26
name: vsix
27
path: dist
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments