diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4bab5a58..816e5a315 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,7 +167,7 @@ jobs: echo $APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8 - name: Conveyor make copied-site - uses: hydraulic-software/conveyor/actions/build@v17.0 + uses: hydraulic-software/conveyor/actions/build@v18.0 if: inputs.conveyor-copied-site with: command: --cache-limit=2.0 -f conveyor.ci.conf make copied-site -o ./output/site @@ -234,7 +234,7 @@ jobs: build/jreleaser/output.properties - name: Conveyor - publish to Microsoft Store - uses: hydraulic-software/conveyor/actions/build@v17.0 + uses: hydraulic-software/conveyor/actions/build@v18.0 if: inputs.msstore_release with: command: --cache-limit=2.0 -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62bbfba4e..424c5d598 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: - name: Conveyor - compute JDK module list if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu') - uses: hydraulic-software/conveyor/actions/build@v17.0 + uses: hydraulic-software/conveyor/actions/build@v18.0 with: command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}