From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:22:55 +0000 (+0100) Subject: Chore(deps): Bump actions/download-artifact from 5 to 6 (#2558) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=ecac67da9191c3dbc1872f623093fd48521975b2;p=music-assistant-server.git Chore(deps): Bump actions/download-artifact from 5 to 6 (#2558) 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] 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 72b83a66..be3d6b2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -182,7 +182,7 @@ jobs: fetch-depth: 0 - name: Download distributions - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: release-dists path: dist/ @@ -284,7 +284,7 @@ jobs: id-token: write steps: - name: Download distributions - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: release-dists path: dist/ @@ -306,7 +306,7 @@ jobs: ref: ${{ needs.validate-and-build.outputs.branch }} - name: Download distributions - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: release-dists path: dist/