From 6592124a12f861753651dc6afd3c705d9eef8eae Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 3 Nov 2021 16:49:57 -0700 Subject: [PATCH] Uploading the artifacts as different names so that they don't clobber each other. --- .github/workflows/docker-detection-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-detection-testing.yml b/.github/workflows/docker-detection-testing.yml index 3eb30e0540..4ec66abf06 100644 --- a/.github/workflows/docker-detection-testing.yml +++ b/.github/workflows/docker-detection-testing.yml @@ -148,7 +148,7 @@ jobs: - name: Upload Test Results Files uses: actions/upload-artifact@v2 with: - name: testing-results-files + name: ${{ matrix.test_filename}}.results path: | automated_detection_testing/ci/detection_testing_batch/success.csv automated_detection_testing/ci/detection_testing_batch/error.csv