Skip to content

Commit ef3e449

Browse files
Update ant.yml
Version deprecation resolved
1 parent 89539b1 commit ef3e449

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 # Updated from v1 to v3
3030
with:
3131
name: html-results
3232
path: app/test-bin/results/html/

0 commit comments

Comments
 (0)