From 72da7f4efac80cbccfbadf02917f4290f5c28ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:27:18 +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/ci-alpine-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-alpine-release.yml b/.github/workflows/ci-alpine-release.yml index 8b25ec92..750b5d25 100644 --- a/.github/workflows/ci-alpine-release.yml +++ b/.github/workflows/ci-alpine-release.yml @@ -39,14 +39,14 @@ jobs: curl -sLo- "https://github.com/jgm/pandoc/releases/latest/download/pandoc-${pandoc_git_tag}-linux-$(dpkg --print-architecture).tar.gz" | tar xzf - --strip-components 2 -C "$(pwd)" --exclude="share" - name: Host - Download 1.2 qbittorrent-nox artifacts ${{ inputs.distinct_id }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: "1.2" pattern: libtorrent-v1.2-*-qbittorrent-nox merge-multiple: true - name: Host - Download 2.0 qbittorrent-nox artifacts ${{ inputs.distinct_id }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: "2.0" pattern: libtorrent-v2.0-*-qbittorrent-nox