Merge pull request #73 from jellyfin/renovate/major-github-artifact-actions

Update actions/download-artifact action to v5
This commit is contained in:
Joshua M. Boniface
2025-09-24 22:09:51 -04:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

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