From 9ac8aef342324c8e7d500720ba97aab47031c057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:42:43 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 cb2434563..edb88245f 100644 --- a/.github/workflows/docsite.yml +++ b/.github/workflows/docsite.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: site path: site diff --git a/.github/workflows/release-asset.yml b/.github/workflows/release-asset.yml index 43119481b..c62e9a645 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@v4 + uses: actions/download-artifact@v5 with: name: elixir-ls-${{ needs.build.outputs.version }} @@ -133,7 +133,7 @@ jobs: needs: build steps: - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: elixir-ls-${{ needs.build.outputs.version }}