update uploaded artifact names to be different

This commit is contained in:
Ahmed Ejaz
2024-08-13 00:42:59 +05:00
parent 8a2be468fc
commit 734aebbaaa

View File

@@ -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