Skip to content

Commit f9750fb

Browse files
authored
Merge pull request #508 from NVIDIA/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 4 to 7
2 parents 8914ed4 + da36901 commit f9750fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)