From 72a85e1494bfc319cf25e9827c6bdea2eb248070 Mon Sep 17 00:00:00 2001 From: Karsten Sperling Date: Fri, 15 Mar 2024 14:30:41 +1300 Subject: [PATCH] Make bootstrap-logs artifacts unique --- .github/actions/checkout-submodules-and-bootstrap/action.yaml | 2 +- .github/actions/upload-bootstrap-logs/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/checkout-submodules-and-bootstrap/action.yaml b/.github/actions/checkout-submodules-and-bootstrap/action.yaml index f88be1eded25e6..7424ca529f74df 100644 --- a/.github/actions/checkout-submodules-and-bootstrap/action.yaml +++ b/.github/actions/checkout-submodules-and-bootstrap/action.yaml @@ -11,7 +11,7 @@ inputs: bootstrap-log-name: description: "Bootstrap log name" required: false - default: bootstrap-logs + default: bootstrap-logs-${{ github.job }} runs: using: "composite" steps: diff --git a/.github/actions/upload-bootstrap-logs/action.yaml b/.github/actions/upload-bootstrap-logs/action.yaml index edfcc55303be79..522058c16ff93c 100644 --- a/.github/actions/upload-bootstrap-logs/action.yaml +++ b/.github/actions/upload-bootstrap-logs/action.yaml @@ -4,7 +4,7 @@ inputs: bootstrap-log-name: description: "Bootstrap log name" required: false - default: bootstrap-logs + default: bootstrap-logs-${{ github.job }} runs: using: "composite" steps: