Skip to content

Commit 86256c3

Browse files
authored
Merge pull request NVIDIA#1477 from NVIDIA/dependabot/github_actions/main/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents d90aa2e + f842766 commit 86256c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Archive test logs
6868
if: ${{ failure() }}
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: e2e-test-logs
7272
path: ./e2e_logs/

0 commit comments

Comments
 (0)