2 parents 8914ed4 + da36901 commit f9750fbCopy full SHA for f9750fb
1 file changed
.github/workflows/precompiled.yaml
@@ -423,7 +423,7 @@ jobs:
423
424
- name: Download base image artifact
425
if: ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) }}
426
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
427
with:
428
name: base-images-${{ matrix.driver_branch }}-${{ matrix.kernel_version }}
429
path: ./
@@ -446,7 +446,7 @@ jobs:
446
447
- name: Download built image artifact
448
449
450
451
name: driver-images-${{ matrix.driver_branch }}-${{ matrix.kernel_version }}
452
0 commit comments