From b0abea3b2b7d60094d32466253827d52e6699041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:02:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 edf3e20a3..72141cb90 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@v6 + uses: actions/download-artifact@v7 with: name: site path: site diff --git a/.github/workflows/release-asset.yml b/.github/workflows/release-asset.yml index df637c412..ef23d075c 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@v6 + uses: actions/download-artifact@v7 with: name: elixir-ls-${{ needs.build.outputs.version }} @@ -133,7 +133,7 @@ jobs: needs: build steps: - name: Download build artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: elixir-ls-${{ needs.build.outputs.version }}