From 2ba955185e350f1e425fc76a7e094d8f119e14ea Mon Sep 17 00:00:00 2001 From: Jesse Simpson Date: Thu, 24 Oct 2024 08:38:42 -0400 Subject: [PATCH] fix: rename uploaded artifact to include matrix name --- .github/workflows/test-integration-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration-template.yaml b/.github/workflows/test-integration-template.yaml index c6553931d6..5b75a4a471 100644 --- a/.github/workflows/test-integration-template.yaml +++ b/.github/workflows/test-integration-template.yaml @@ -366,7 +366,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: pod-logs-${{ matrix.os }} + name: pod-logs-${{ matrix.distro.platform }}-{{ matrix.scenario.flow }} path: ./logs/* retention-days: 1