Skip to content

Commit

Permalink
Fix log artifact name in e2e-nightly
Browse files Browse the repository at this point in the history
The name should be unique for all matrix jobs
  • Loading branch information
manno committed Sep 17, 2024
1 parent 8c173a1 commit 65d84be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: gha-nightly-e2e-logs-${{ github.sha }}-${{ matrix.k3s_version }}-${{ github.run_id }}
name: gha-nightly-e2e-logs-${{ github.sha }}-${{ matrix.k3s_version }}-${{ matrix.test_type }}-${{ github.run_id }}
path: |
tmp/upstream
retention-days: 2

0 comments on commit 65d84be

Please sign in to comment.