Merge pull request #69 from jellyfin/renovate/actions-download-artifact-digest

Update actions/download-artifact digest to d3f86a1
This commit is contained in:
Joshua M. Boniface
2025-09-24 22:02:41 -04:00
committed by GitHub

View File

@@ -440,7 +440,7 @@ jobs:
python checkout.py master
- name: "Fetch artifacts from previous stage"
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
with:
name: windows-installer-artifacts