diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 4a9b081c0b4..c843d637cd8 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -172,7 +172,7 @@ jobs: if: env.SHOULD_DEPLOY == 'yes' - name: Restore remote dependencies - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 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 d15e028b2c0..20afbef7fb5 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -167,7 +167,7 @@ jobs: if: env.SHOULD_DEPLOY == 'yes' - name: Restore remote dependencies - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: remote-dependencies-${{ matrix.vscode_arch }} if: env.SHOULD_BUILD == 'yes' && matrix.vscode_arch == 'x64'