From 81e90cc02900a902ae82b493fc405db7d483c861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:54:52 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/preview-build-winonly.yaml | 8 ++++---- .github/workflows/preview-build.yaml | 8 ++++---- .github/workflows/release-build.yaml | 8 ++++---- .github/workflows/unstable-build.yaml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/preview-build-winonly.yaml b/.github/workflows/preview-build-winonly.yaml index b6d7516..31ad2d2 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: windows-installer-artifacts diff --git a/.github/workflows/preview-build.yaml b/.github/workflows/preview-build.yaml index 1c14ef9..c0c5e8f 100644 --- a/.github/workflows/preview-build.yaml +++ b/.github/workflows/preview-build.yaml @@ -332,7 +332,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: windows-artifacts retention-days: 1 @@ -377,7 +377,7 @@ jobs: python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }} - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -420,7 +420,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: windows-installer-artifacts retention-days: 1 @@ -446,7 +446,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: windows-installer-artifacts diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 8579ee6..a26c1d1 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -398,7 +398,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: windows-artifacts retention-days: 1 @@ -443,7 +443,7 @@ jobs: python checkout.py ${{ inputs.version || 'master' }} - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -486,7 +486,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: windows-installer-artifacts retention-days: 1 @@ -512,7 +512,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: windows-installer-artifacts diff --git a/.github/workflows/unstable-build.yaml b/.github/workflows/unstable-build.yaml index e52dc02..9b95552 100644 --- a/.github/workflows/unstable-build.yaml +++ b/.github/workflows/unstable-build.yaml @@ -401,7 +401,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: windows-artifacts retention-days: 1 @@ -446,7 +446,7 @@ jobs: python checkout.py master - name: "Fetch artifacts from previous stage" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: windows-artifacts path: ./jellyfin-server-windows @@ -489,7 +489,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: windows-installer-artifacts retention-days: 1 @@ -515,7 +515,7 @@ jobs: echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV - name: "Fetch artifact from previous stage" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: windows-installer-artifacts