Merge pull request #57 from jellyfin/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to ea165f8
This commit is contained in:
4
.github/workflows/release-build.yaml
vendored
4
.github/workflows/release-build.yaml
vendored
@@ -416,7 +416,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
with:
|
||||
name: windows-artifacts
|
||||
retention-days: 1
|
||||
@@ -505,7 +505,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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
retention-days: 1
|
||||
|
||||
Reference in New Issue
Block a user