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 a2d9d56 commit 8bff063Copy full SHA for 8bff063
.github/workflows/publish-extension.yaml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install vsce
68
run: npm install -g @vscode/vsce
69
70
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
71
with:
72
name: extension-${{ inputs.version }}
73
@@ -93,7 +93,7 @@ jobs:
93
- name: Install ovsx
94
run: npm install -g ovsx
95
96
97
98
99
@@ -111,7 +111,7 @@ jobs:
111
needs: setup
112
runs-on: ubuntu-22.04
113
steps:
114
115
116
117
0 commit comments