Skip to content

Commit 2c83897

Browse files
authored
Merge pull request #316 from github/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 3fdf4b9 + dde3817 commit 2c83897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
permissions: {}
137137

138138
steps:
139-
- uses: actions/download-artifact@v3
139+
- uses: actions/download-artifact@v4
140140
with:
141141
name: vscode-github-actions-${{ needs.release.outputs.version }}.vsix
142142

@@ -157,7 +157,7 @@ jobs:
157157
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
158158
steps:
159159
- name: Download artifact
160-
uses: actions/download-artifact@v3
160+
uses: actions/download-artifact@v4
161161
with:
162162
name: vscode-github-actions-${{ needs.release.outputs.version }}.vsix
163163

0 commit comments

Comments
 (0)