From 6e4836299d62f985dfe9aef1638c8cedd8c083aa Mon Sep 17 00:00:00 2001 From: KocsisV Date: Thu, 16 May 2024 15:43:29 +0200 Subject: [PATCH] Update to 2024.1.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }