From 5a90c5189ecde44f3ec59fca2d0738af70cc4a23 Mon Sep 17 00:00:00 2001 From: Karen Chen Date: Tue, 8 Oct 2024 15:37:02 -0700 Subject: [PATCH] chore: fix artifact name for multiple test runs --- .github/workflows/multi_az_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi_az_integration_tests.yml b/.github/workflows/multi_az_integration_tests.yml index a5a27f03..19f6d6a6 100644 --- a/.github/workflows/multi_az_integration_tests.yml +++ b/.github/workflows/multi_az_integration_tests.yml @@ -89,6 +89,6 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: integration-report + name: integration-report-${{ matrix.dbEngine }} path: ./tests/integration/container/reports retention-days: 5