Merge pull request #648 from jellyfin/renovate/major-github-artifact-actions

This commit is contained in:
Nyanmisaka
2025-12-16 13:48:36 +08:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ jobs:
run: ./build ${{ matrix.release }} ${{ matrix.arch }} dist
- name: Upload Artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: dist
@@ -82,7 +82,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: artifact
+2 -2
View File
@@ -41,7 +41,7 @@ jobs:
run: ./builder/buildmac.sh ${{ matrix.os.arch }}
- name: Upload Artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: mac-${{ matrix.os.arch }}-portable
path: ./builder/artifacts
@@ -75,7 +75,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with:
name: mac-${{ matrix.arch }}-portable
path: artifact
+2 -2
View File
@@ -54,7 +54,7 @@ jobs:
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist
- name: Upload Artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: dist
@@ -88,7 +88,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: artifact
@@ -63,7 +63,7 @@ jobs:
run: ${{ matrix.os.build_script }}
- name: Upload Artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: win-clang-${{ matrix.os.arch }}-portable
path: ./msys2/artifacts
@@ -97,7 +97,7 @@ jobs:
core.setOutput('major', major)
- name: Download Artifacts
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with:
name: win-clang-${{ matrix.arch }}-portable
path: artifact