From ab371f8ebc2c2ff0c36fcc8632d2abf7be3a3e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:55:21 +0000 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/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] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3dc2d94..04f2e2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -301,14 +301,14 @@ jobs: - name: Download JetBrains Artifact if: needs.publish_jetbrains.result == 'success' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: jetbrains-plugin path: artifacts/jetbrains/ - name: Download VS Code Artifact if: needs.publish_vscode.result == 'success' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: vscode-extension-vsix path: artifacts/vscode/