From 6f40d6d9fc459df5fbefff97688b9114a42192c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:29:23 +0000 Subject: [PATCH] build(deps): 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](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/insider-linux.yml | 2 +- .github/workflows/stable-linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 51170db70ae..7198ea02c11 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -152,7 +152,7 @@ jobs: if: env.SHOULD_DEPLOY == 'yes' - name: Restore remote dependencies - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: remote-dependencies-${{ matrix.vscode_arch }} if: env.SHOULD_BUILD == 'yes' && matrix.vscode_arch == 'x64' diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 0615472fb61..77f174965be 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -158,7 +158,7 @@ jobs: if: env.SHOULD_DEPLOY == 'yes' - name: Restore remote dependencies - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: remote-dependencies-${{ matrix.vscode_arch }} if: env.SHOULD_BUILD == 'yes' && matrix.vscode_arch == 'x64'