diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index c312c1a..17c1b21 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -534,7 +534,7 @@ jobs: python checkout.py ${{ inputs.version || '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 @@ -603,7 +603,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