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