Merge pull request #73 from jellyfin/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
This commit is contained in:
4
.github/workflows/unstable-build.yaml
vendored
4
.github/workflows/unstable-build.yaml
vendored
@@ -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