Skip to content

Commit 050e8c9

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 213ad93 commit 050e8c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
git config --local user.name "GitHub Action"
166166
167167
# Download the .vsix artifacts
168-
- uses: actions/download-artifact@v3
168+
- uses: actions/download-artifact@v4
169169

170170
- name: Tag the repository
171171
id: tag
@@ -213,7 +213,7 @@ jobs:
213213
run: git pull origin main
214214

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

218218
# 2. Publish the extension to VS Code Marketplace
219219
- name: Publish to VS Code Marketplace

.github/workflows/preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
git config --local user.name "GitHub Action"
157157
158158
# Download the .vsix artifacts
159-
- uses: actions/download-artifact@v3
159+
- uses: actions/download-artifact@v4
160160

161161
- name: Tag the repository
162162
id: tag
@@ -205,7 +205,7 @@ jobs:
205205
run: git pull origin preview
206206

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

210210
# 2. Publish the extension to VS Code Marketplace
211211
- name: Publish to VS Code Marketplace

0 commit comments

Comments
 (0)