Skip to content

Commit ea977df

Browse files
authored
Merge pull request #1837 from NVIDIA/dependabot/github_actions/actions/upload-artifact-5
2 parents 02cdf35 + bfb8e0c commit ea977df

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
@@ -336,7 +336,7 @@ jobs:
336336
exit $rc
337337
- name: Archive test logs
338338
if: ${{ failure() }}
339-
uses: actions/upload-artifact@v4
339+
uses: actions/upload-artifact@v5
340340
with:
341341
name: containerd-e2e-test-logs
342342
path: ./logs/
@@ -389,7 +389,7 @@ jobs:
389389
exit $rc
390390
- name: Archive test logs
391391
if: ${{ failure() }}
392-
uses: actions/upload-artifact@v4
392+
uses: actions/upload-artifact@v5
393393
with:
394394
name: nvidiadriver-e2e-test-logs
395395
path: ./logs/

0 commit comments

Comments
 (0)