mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Update actions/download-artifact action to v5
This commit is contained in:
@@ -371,7 +371,7 @@ jobs:
|
||||
python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }}
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
with:
|
||||
name: windows-artifacts
|
||||
path: ./jellyfin-server-windows
|
||||
@@ -440,7 +440,7 @@ jobs:
|
||||
echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV
|
||||
|
||||
- name: "Fetch artifact from previous stage"
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
|
||||
@@ -437,7 +437,7 @@ jobs:
|
||||
python checkout.py ${{ inputs.version || 'master' }}
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
with:
|
||||
name: windows-artifacts
|
||||
path: ./jellyfin-server-windows
|
||||
@@ -506,7 +506,7 @@ jobs:
|
||||
echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV
|
||||
|
||||
- name: "Fetch artifact from previous stage"
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
|
||||
@@ -440,7 +440,7 @@ jobs:
|
||||
python checkout.py master
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user