From 734aebbaaaf94abdaf3ffc2e53a0b0e37e24d4c0 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Tue, 13 Aug 2024 00:42:59 +0500 Subject: [PATCH] update uploaded artifact names to be different --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ca5ebb543..c5c7ba16f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -218,7 +218,7 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: failed-tests-screenshots + name: failed-admin-tests-screenshots path: tmp/capybara/screenshots/*.png retention-days: 7 if-no-files-found: ignore @@ -296,7 +296,7 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: failed-tests-screenshots + name: failed-consumer-tests-screenshots path: tmp/capybara/screenshots/*.png retention-days: 7 if-no-files-found: ignore