From c777deec311e1a1c651acade024e1a1fb7d2bc59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:50:04 +0000 Subject: [PATCH] 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/docsite.yml | 2 +- .github/workflows/release-asset.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docsite.yml b/.github/workflows/docsite.yml index bf17cb538..8b2501a93 100644 --- a/.github/workflows/docsite.yml +++ b/.github/workflows/docsite.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: site path: site diff --git a/.github/workflows/release-asset.yml b/.github/workflows/release-asset.yml index e8b40f4a1..aa022a03a 100644 --- a/.github/workflows/release-asset.yml +++ b/.github/workflows/release-asset.yml @@ -89,7 +89,7 @@ jobs: fetch-depth: 0 # Needed for changelog generation - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: elixir-ls-${{ needs.build.outputs.version }} @@ -133,7 +133,7 @@ jobs: needs: build steps: - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: elixir-ls-${{ needs.build.outputs.version }}