Skip to content

Commit e319017

Browse files
authored
Merge pull request #1517 from NVIDIA/dependabot/github_actions/release-0.18/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 49edade + 697346f commit e319017

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)