diff --git a/.github/workflows/_e2e.yaml b/.github/workflows/_e2e.yaml index d1779ce9f5e4..f50ebd52d656 100644 --- a/.github/workflows/_e2e.yaml +++ b/.github/workflows/_e2e.yaml @@ -110,3 +110,14 @@ jobs: target="test/e2e" fi make ${MAKE_PARAMETERS} CI=true "${target}" +<<<<<<< HEAD +======= + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + if: always() + with: + name: e2e-debug-${{ env.E2E_PARAM_TARGET }}-${{ env.E2E_PARAM_ARCH }}-${{ env.E2E_PARAM_K8S_VERSION }}-${{ env.E2E_PARAM_CNI_NETWORK_PLUGIN }} + if-no-files-found: ignore + path: | + /tmp/e2e-debug/ + retention-days: ${{ github.event_name == 'pull_request' && 1 || 30 }} +>>>>>>> 6eaf5701b (ci(actions): add more segments to artifacts name to avoid conflicts (#11386))