diff --git a/.github/workflows/IncQueryValidatorForEAExample.yml b/.github/workflows/IncQueryValidatorForEAExample.yml index 35219a7..7320725 100644 --- a/.github/workflows/IncQueryValidatorForEAExample.yml +++ b/.github/workflows/IncQueryValidatorForEAExample.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Run validation - uses: IncQueryLabs/incquery-validator-for-ea-action@master + uses: IncQueryLabs/incquery-validator-for-ea-action@speedtest with: model_file_path: TestModels/example.qeax analysis_suite: SAIC Digital Engineering Validation diff --git a/action.yml b/action.yml index 9370e8e..f84b4fc 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: { echo "IncQuery Validator for Enterprise Architect will be installed." echo "need_to_install=true" >> $env:GITHUB_OUTPUT - echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2024.1.0/IncQuery%20Validator%20for%20Enterprise%20Architect%202024.1.0%20Setup.exe" >> $env:GITHUB_OUTPUT + echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2024.1.1/IncQuery%20Validator%20for%20Enterprise%20Architect%202024.1.1%20Setup.exe" >> $env:GITHUB_OUTPUT echo "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT }