We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89539b1 commit ef3e449Copy full SHA for ef3e449
.github/workflows/ant.yml
@@ -26,7 +26,7 @@ jobs:
26
working-directory: ./app
27
run: xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ant test -Drunning-from-github-action=1
28
- name: Publish results
29
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3 # Updated from v1 to v3
30
with:
31
name: html-results
32
path: app/test-bin/results/html/
0 commit comments