We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf79018 commit 880230fCopy full SHA for 880230f
.github/workflows/e2e.yaml
@@ -222,7 +222,7 @@ jobs:
222
if: always()
223
uses: actions/upload-artifact@v4
224
with:
225
- name: kind-junit-${{ env.JOB_NAME }}-${{ github.run_id }}
+ name: kind-junit-${{ env.JOB_NAME }}-${{ matrix.k8s }}-${{ matrix.ipFamily }}-${{ github.run_id }}
226
path: './_artifacts/*.xml'
227
228
- name: Export logs
@@ -234,5 +234,5 @@ jobs:
234
235
236
237
- name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
+ name: kind-logs-${{ env.JOB_NAME }}-${{ matrix.k8s }}-${{ matrix.ipFamily }}-${{ github.run_id }}
238
path: ./_artifacts/logs
0 commit comments