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 18227cb commit 4bbf468Copy full SHA for 4bbf468
.github/workflows/main.yml
@@ -75,7 +75,7 @@ jobs:
75
if: runner.os == 'Windows'
76
run: |
77
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
78
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v4.4.2
79
if: (runner.os == 'Windows') && (github.event_name != 'release')
80
with:
81
name: ${{ steps.set-version.outputs.name }}.vsix
0 commit comments