From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:57:50 +0000 (+0200) Subject: Chore(deps): Bump actions/download-artifact from 4 to 5 (#2303) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8527f9e44c097a6f64334f8e4326625eedd683a8;p=music-assistant-server.git Chore(deps): Bump actions/download-artifact from 4 to 5 (#2303) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71a41098..1f933c50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Retrieve release distributions if: ${{ github.event.release.prerelease == false }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release-dists path: dist/ @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@v4.1.4 - name: Retrieve release distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release-dists path: dist/