From 9440a4be244194f3657e41ebe06b61a5a409bd9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:10:07 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 5284143a8..b817e49e8 100644 --- a/.github/workflows/docsite.yml +++ b/.github/workflows/docsite.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: site path: site diff --git a/.github/workflows/release-asset.yml b/.github/workflows/release-asset.yml index 907b863e3..13a5c5396 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@v5 + uses: actions/download-artifact@v6 with: name: elixir-ls-${{ needs.build.outputs.version }} @@ -133,7 +133,7 @@ jobs: needs: build steps: - name: Download build artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: elixir-ls-${{ needs.build.outputs.version }}