diff --git a/.github/workflows/preview-build-winonly.yaml b/.github/workflows/preview-build-winonly.yaml index 7791686..80c8813 100644 --- a/.github/workflows/preview-build-winonly.yaml +++ b/.github/workflows/preview-build-winonly.yaml @@ -85,7 +85,7 @@ jobs: sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest-${{ env.JELLYFIN_RELEASE_TYPE }} || exit 1 - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-artifacts retention-days: 1 @@ -130,7 +130,7 @@ jobs: python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }} - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -173,7 +173,7 @@ jobs: Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe") - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-installer-artifacts retention-days: 1 @@ -199,7 +199,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-installer-artifacts diff --git a/.github/workflows/preview-build.yaml b/.github/workflows/preview-build.yaml index 8e41f45..57533f0 100644 --- a/.github/workflows/preview-build.yaml +++ b/.github/workflows/preview-build.yaml @@ -331,7 +331,7 @@ jobs: sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest-${{ env.JELLYFIN_RELEASE_TYPE }} || exit 1 - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-artifacts retention-days: 1 @@ -376,7 +376,7 @@ jobs: python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }} - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -419,7 +419,7 @@ jobs: Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe") - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-installer-artifacts retention-days: 1 @@ -445,7 +445,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-installer-artifacts diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 972d627..5d606dd 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -397,7 +397,7 @@ jobs: sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest || exit 1 - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-artifacts retention-days: 1 @@ -442,7 +442,7 @@ jobs: python checkout.py ${{ inputs.version || 'master' }} - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -485,7 +485,7 @@ jobs: Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe") - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-installer-artifacts retention-days: 1 @@ -511,7 +511,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-installer-artifacts diff --git a/.github/workflows/unstable-build.yaml b/.github/workflows/unstable-build.yaml index 98538e2..c8ee3de 100644 --- a/.github/workflows/unstable-build.yaml +++ b/.github/workflows/unstable-build.yaml @@ -400,7 +400,7 @@ jobs: sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest-${{ env.JELLYFIN_RELEASE_TYPE }} || exit 1 - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-artifacts retention-days: 1 @@ -445,7 +445,7 @@ jobs: python checkout.py master - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -488,7 +488,7 @@ jobs: Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe") - name: "Store artifacts for next stage" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: windows-installer-artifacts retention-days: 1 @@ -514,7 +514,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: name: windows-installer-artifacts