Skip to content

Commit c923ec0

Browse files
authored
Merge pull request #1989 from NVIDIA/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 1c2dfc6 + 62eaa58 commit c923ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
exit $rc
341341
- name: Archive test logs
342342
if: ${{ failure() }}
343-
uses: actions/upload-artifact@v5
343+
uses: actions/upload-artifact@v6
344344
with:
345345
name: containerd-e2e-test-logs
346346
path: ./logs/
@@ -393,7 +393,7 @@ jobs:
393393
exit $rc
394394
- name: Archive test logs
395395
if: ${{ failure() }}
396-
uses: actions/upload-artifact@v5
396+
uses: actions/upload-artifact@v6
397397
with:
398398
name: nvidiadriver-e2e-test-logs
399399
path: ./logs/

0 commit comments

Comments
 (0)