From c4c052f9f3abdf2a17eaa730726e3290651a8406 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Mon, 9 Dec 2024 20:23:17 +0000 Subject: [PATCH] E2E Test Workflow File Sync [Runner ID: 88] --- .github/workflows/test-e2e.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index b0e0e1a4bb..0fccf2a3d4 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -77,13 +77,9 @@ jobs: if: failure() with: name: error-artifacts-wp-${{ matrix.WP }} - path: tmp/artifacts - - - name: Upload screenshots - uses: actions/upload-artifact@v4 - with: - name: screenshots - path: screenshots + path: | + tmp/artifacts + screenshots ### #