Skip to content

Commit 2c4aeac

Browse files
Update ant.yml
1 parent 3278173 commit 2c4aeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: ./app
2727
run: xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ant test -Drunning-from-github-action=1
2828
- name: Publish results
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: html-results
3232
path: app/test-bin/results/html/

0 commit comments

Comments
 (0)