Skip to content

Commit ab371f8

Browse files
chore(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce3c069 commit ab371f8

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
@@ -301,14 +301,14 @@ jobs:
301301
302302
- name: Download JetBrains Artifact
303303
if: needs.publish_jetbrains.result == 'success'
304-
uses: actions/download-artifact@v4
304+
uses: actions/download-artifact@v8
305305
with:
306306
name: jetbrains-plugin
307307
path: artifacts/jetbrains/
308308

309309
- name: Download VS Code Artifact
310310
if: needs.publish_vscode.result == 'success'
311-
uses: actions/download-artifact@v4
311+
uses: actions/download-artifact@v8
312312
with:
313313
name: vscode-extension-vsix
314314
path: artifacts/vscode/

0 commit comments

Comments
 (0)