Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
run: git pull origin main

# 1. Download the artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

# 2. Publish the extension to VS Code Marketplace
- name: Publish to VS Code Marketplace
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
git config --local user.name "GitHub Action"
# Download the .vsix artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Tag the repository
id: tag
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
run: git pull origin preview

# 1. Download the artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

# 2. Publish the extension to VS Code Marketplace
- name: Publish to VS Code Marketplace
Expand Down
Loading