Skip to content

Commit 91a542d

Browse files
authored
Merge pull request #3165 from github/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents b902bfd + 4d130bc commit 91a542d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
129129
steps:
130130
- name: Download artifact
131-
uses: actions/download-artifact@v3
131+
uses: actions/download-artifact@v4
132132
with:
133133
name: vscode-codeql-extension
134134

@@ -145,7 +145,7 @@ jobs:
145145
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
146146
steps:
147147
- name: Download artifact
148-
uses: actions/download-artifact@v3
148+
uses: actions/download-artifact@v4
149149
with:
150150
name: vscode-codeql-extension
151151

0 commit comments

Comments
 (0)