We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b902bfd + 4d130bc commit 91a542dCopy full SHA for 91a542d
1 file changed
.github/workflows/release.yml
@@ -128,7 +128,7 @@ jobs:
128
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
129
steps:
130
- name: Download artifact
131
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
132
with:
133
name: vscode-codeql-extension
134
@@ -145,7 +145,7 @@ jobs:
145
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
146
147
148
149
150
151
0 commit comments