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 987ea59 commit dde3817Copy full SHA for dde3817
.github/workflows/publish.yml
@@ -136,7 +136,7 @@ jobs:
136
permissions: {}
137
138
steps:
139
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
140
with:
141
name: vscode-github-actions-${{ needs.release.outputs.version }}.vsix
142
@@ -157,7 +157,7 @@ jobs:
157
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
158
159
- name: Download artifact
160
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
161
162
163
0 commit comments