Skip to content

Commit

Permalink
Update ant.yml
Browse files Browse the repository at this point in the history
Version deprecation resolved
  • Loading branch information
VarshiniShreeV authored Oct 18, 2024
1 parent 89539b1 commit ef3e449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ef3e449

Please sign in to comment.