From 77e13b9c1345e2b1a3b298c2fc704dcfada01808 Mon Sep 17 00:00:00 2001 From: Andres Granizo Date: Thu, 21 Nov 2024 22:44:01 -0500 Subject: [PATCH] Update project --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100644 new mode 100755 index 28c798a..b623032 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,13 @@ jobs: run: ./gradlew clean test - name: Archive Serenity Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: serenity-reports path: target/site/serenity/ - name: Archive Cucumber JSON Report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: cucumber-reports path: target/cucumber.json