ソースを参照

Update build-kernel-release.yml

James McConnell 1 年間 前
コミット
91f46f0d0d
1 ファイル変更3 行追加3 行削除
  1. 3 3
      .github/workflows/build-kernel-release.yml

+ 3 - 3
.github/workflows/build-kernel-release.yml

@@ -121,21 +121,21 @@ jobs:
       # Download Artifacts for A12 (Only if A12 Build is successful or input is true or empty)
       - name: Download Artifacts for A12 (Only if A12 Build is successful or skipped)
         if: ${{ needs.build-kernel-a12.result == 'success' }}
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           name: kernel-artifacts-a12
 
 # Download Artifacts for A13 (Only if A13 Build is successful or input is true or empty)
       - name: Download Artifacts for A13 (Only if A13 Build is successful or skipped)
         if: ${{ needs.build-kernel-a13.result == 'success' }}
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           name: kernel-artifacts-a13
 
 # Download Artifacts for A14 (Only if A14 Build is successful or input is true or empty)
       - name: Download Artifacts for A14 (Only if A14 Build is successful or skipped)
         if: ${{ needs.build-kernel-a14.result == 'success' }}
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           name: kernel-artifacts-a14