diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 1c9f7c80..04519f12 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -14,11 +14,13 @@ jobs: - name: Checkout # see https://github.com/actions/checkout uses: actions/checkout@v4 - - name: Set up JDK 1.8 + - name: Set up JDK # see https://github.com/actions/setup-java - uses: actions/setup-java@v1 + uses: actions/setup-java@v3 with: - java-version: 1.8 + java-version: '8' + distribution: 'zulu' + java-package: jdk - name: Build with Maven run: | cd tools @@ -49,4 +51,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: XML-Schema-documentation - path: docgen/xml/docs \ No newline at end of file + path: docgen/xml/docs