From 1cd70b71b9ee826adf7976e36ef625ea13f9f479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 02:03:28 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/preview-build.yaml | 4 ++-- .github/workflows/release-build.yaml | 4 ++-- .github/workflows/unstable-build.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/preview-build.yaml b/.github/workflows/preview-build.yaml index 6b4bfad..a9b90e3 100644 --- a/.github/workflows/preview-build.yaml +++ b/.github/workflows/preview-build.yaml @@ -371,7 +371,7 @@ jobs: python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }} - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -440,7 +440,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: name: windows-installer-artifacts diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index ed39a3e..dd5ceaf 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -437,7 +437,7 @@ jobs: python checkout.py ${{ inputs.version || 'master' }} - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -506,7 +506,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: name: windows-installer-artifacts diff --git a/.github/workflows/unstable-build.yaml b/.github/workflows/unstable-build.yaml index d0831df..ce072d6 100644 --- a/.github/workflows/unstable-build.yaml +++ b/.github/workflows/unstable-build.yaml @@ -440,7 +440,7 @@ jobs: python checkout.py master - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -509,7 +509,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: name: windows-installer-artifacts