Skip to content

Commit 863ea8c

Browse files
committed
feat: Upgrade actions/upload-artifact and actions/download-artifact to version 4
1 parent c981ef0 commit 863ea8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tfx extension create --manifest-globs vss-extension.json --output-path ./dist
3535
3636
- name: Upload artifact
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: vsix-package
4040
path: "dist/*.vsix"
@@ -65,7 +65,7 @@ jobs:
6565
'.version = $version' \
6666
vss-extension.json > temp.json && mv temp.json vss-extension.json
6767
- name: Download artifact
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: vsix-package
7171
path: dist

0 commit comments

Comments
 (0)