Skip to content

Commit 4d130bc

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] <support@github.com>
1 parent fbaf3d1 commit 4d130bc

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)