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 8b60bbc commit 829e9a4Copy full SHA for 829e9a4
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
npm run package
46
mv pyright-*.vsix ${{ env.VSIX_NAME }}
47
48
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
49
with:
50
name: ${{ env.ARTIFACT_NAME_VSIX }}
51
path: packages/vscode-pyright/${{ env.VSIX_NAME }}
@@ -58,7 +58,7 @@ jobs:
58
59
steps:
60
- name: Download artifacts
61
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v5
62
63
path: artifacts
64
0 commit comments