From d1610aa3be1f81235a891a0529b2e7da0aeb3f64 Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Wed, 15 Jan 2025 17:59:35 +0530 Subject: [PATCH] update: update artifact version --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 087443a..8dcfe26 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -9,6 +9,7 @@ on: branches: - develop - master + - update/update-artifact-version pull_request: branches: - develop @@ -49,7 +50,7 @@ jobs: - name: Archive HTML Report on failure if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: report path: ./tests/e2e/artifacts