From 7fb255c9accea6cd330df826def3a33adf7ab798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:53:21 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/jetbrains-release.yaml | 4 ++-- .github/workflows/main.yaml | 4 ++-- .github/workflows/preview.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/jetbrains-release.yaml b/.github/workflows/jetbrains-release.yaml index bfe66fae5ce..c5adde29b19 100644 --- a/.github/workflows/jetbrains-release.yaml +++ b/.github/workflows/jetbrains-release.yaml @@ -398,7 +398,7 @@ jobs: # Download the binary artifact - name: Download binary artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: continue-binary-${{ matrix.platform }}-${{ matrix.arch }} path: ./binary/bin/${{ matrix.platform }}-${{ matrix.arch }}/ @@ -563,7 +563,7 @@ jobs: # ./gradlew patchChangelog --release-note="$CHANGELOG" - name: Download the plugin - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ steps.artifact.outputs.filename }} path: ./build/distributions/ diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 98dd26c80ad..cd314c1de84 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -120,7 +120,7 @@ jobs: git config --local user.name "GitHub Action" # Download the .vsix artifacts - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: "*-vsix" path: vsix-artifacts @@ -156,7 +156,7 @@ jobs: run: git fetch origin ${{ github.ref }} && git checkout ${{ github.ref }} # 1. Download the artifacts - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: "*-vsix" path: vsix-artifacts diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index b137d3c6103..1a06c747a12 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -104,7 +104,7 @@ jobs: git config --local user.name "GitHub Action" # Download the .vsix artifacts - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: "*-vsix" path: vsix-artifacts @@ -142,7 +142,7 @@ jobs: run: git fetch origin ${{ github.ref }} && git checkout ${{ github.ref }} # 1. Download the artifacts - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: "*-vsix" path: vsix-artifacts