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.
2 parents 3fdf4b9 + dde3817 commit 2c83897Copy full SHA for 2c83897
.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