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 976bd90 commit 0269a1dCopy full SHA for 0269a1d
.github/workflows/build.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Upload VSIX artifact for QA tests
149
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
150
with:
151
- name: vsix-universal
+ name: vsix-qa-artifacts
152
path: sonarlint-vscode-*.vsix
153
retention-days: 1
154
@@ -341,7 +341,7 @@ jobs:
341
- name: Download VSIX artifact
342
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
343
344
345
346
- name: Prepare integration tests
347
env:
0 commit comments