瀏覽代碼

Update actions/download-artifact action to v4.2.0 (#13734)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 月之前
父節點
當前提交
11fbca45ff
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 2 2
      .github/workflows/ci-compat.yml
  2. 4 4
      .github/workflows/ci-openapi.yml

+ 2 - 2
.github/workflows/ci-compat.yml

@@ -85,13 +85,13 @@ jobs:
 
 
     steps:
     steps:
       - name: Download abi-head
       - name: Download abi-head
-        uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
         with:
         with:
           name: abi-head
           name: abi-head
           path: abi-head
           path: abi-head
 
 
       - name: Download abi-base
       - name: Download abi-base
-        uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
         with:
         with:
           name: abi-base
           name: abi-base
           path: abi-base
           path: abi-base

+ 4 - 4
.github/workflows/ci-openapi.yml

@@ -80,12 +80,12 @@ jobs:
       - openapi-base
       - openapi-base
     steps:
     steps:
       - name: Download openapi-head
       - name: Download openapi-head
-        uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
         with:
         with:
           name: openapi-head
           name: openapi-head
           path: openapi-head
           path: openapi-head
       - name: Download openapi-base
       - name: Download openapi-base
-        uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
         with:
         with:
           name: openapi-base
           name: openapi-base
           path: openapi-base
           path: openapi-base
@@ -158,7 +158,7 @@ jobs:
         run: |-
         run: |-
           echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
           echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
       - name: Download openapi-head
       - name: Download openapi-head
-        uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
         with:
         with:
           name: openapi-head
           name: openapi-head
           path: openapi-head
           path: openapi-head
@@ -220,7 +220,7 @@ jobs:
         run: |-
         run: |-
           echo "JELLYFIN_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
           echo "JELLYFIN_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
       - name: Download openapi-head
       - name: Download openapi-head
-        uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
         with:
         with:
           name: openapi-head
           name: openapi-head
           path: openapi-head
           path: openapi-head