File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ jobs:
423423
424424 - name : Download base image artifact
425425 if : ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) }}
426- uses : actions/download-artifact@v4
426+ uses : actions/download-artifact@v7
427427 with :
428428 name : base-images-${{ matrix.driver_branch }}-${{ matrix.kernel_version }}
429429 path : ./
@@ -446,7 +446,7 @@ jobs:
446446
447447 - name : Download built image artifact
448448 if : ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) }}
449- uses : actions/download-artifact@v4
449+ uses : actions/download-artifact@v7
450450 with :
451451 name : driver-images-${{ matrix.driver_branch }}-${{ matrix.kernel_version }}
452452 path : ./
You can’t perform that action at this time.
0 commit comments