From b446d23c300c5de97dcf9e983380952d6690ba5a Mon Sep 17 00:00:00 2001 From: TayGov <47829178+TayGov@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:01:21 -0700 Subject: [PATCH] Update cucumber-tests.yml --- .github/workflows/cucumber-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cucumber-tests.yml b/.github/workflows/cucumber-tests.yml index cf9b483ab..37b894079 100644 --- a/.github/workflows/cucumber-tests.yml +++ b/.github/workflows/cucumber-tests.yml @@ -198,14 +198,14 @@ jobs: # Upload Spark report for debugging purposes - name: Upload Spark report for debugging purposes - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: cucumber-spark-report path: ./tests/test-output/extent/Spark/Index.html # Upload Cucumber JSON for debugging purposes - name: Upload Cucumber JSON for debugging purposes - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: cucumber-json-report path: ./tests/target/cucumber-reports/CucumberTestReport.json