We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c981ef0 commit 863ea8cCopy full SHA for 863ea8c
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
tfx extension create --manifest-globs vss-extension.json --output-path ./dist
35
36
- name: Upload artifact
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: vsix-package
40
path: "dist/*.vsix"
@@ -65,7 +65,7 @@ jobs:
65
'.version = $version' \
66
vss-extension.json > temp.json && mv temp.json vss-extension.json
67
- name: Download artifact
68
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
69
70
71
path: dist
0 commit comments