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