Skip to content

Commit

Permalink
Upload e2e test artifacts with different names
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Jun 6, 2024
1 parent 91f65cb commit 85c7591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: e2e-test-logs
name: containerd-e2e-test-logs
path: ./logs/
retention-days: 15

Expand Down Expand Up @@ -311,6 +311,6 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: e2e-test-logs
name: nvidiadriver-e2e-test-logs
path: ./logs/
retention-days: 15

0 comments on commit 85c7591

Please sign in to comment.