From ef3e44949ed97f95fdff4093a367dcfe835ce4d1 Mon Sep 17 00:00:00 2001 From: Varshini Shree <117148310+VarshiniShreeV@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:01:09 +0530 Subject: [PATCH] Update ant.yml Version deprecation resolved --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 0a2e0a343e6..8b2994588c9 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -26,7 +26,7 @@ jobs: working-directory: ./app run: xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ant test -Drunning-from-github-action=1 - name: Publish results - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 # Updated from v1 to v3 with: name: html-results path: app/test-bin/results/html/