Update actions/download-artifact action to v5

This commit is contained in:
renovate[bot]
2025-09-25 02:03:28 +00:00
committed by GitHub
parent 87c0f1cbcf
commit 1cd70b71b9
3 changed files with 6 additions and 6 deletions

View File

@@ -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