diff --git a/.github/workflows/unstable-build.yaml b/.github/workflows/unstable-build.yaml index 4c2102d..d0831df 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@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