Skip to content

Commit da36901

Browse files
Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ec3cf6 commit da36901

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/precompiled.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: ./

0 commit comments

Comments
 (0)