From 53dce0559e2e8c8529af704c4d9434df87344569 Mon Sep 17 00:00:00 2001 From: KocsisV Date: Thu, 4 Jul 2024 16:39:56 +0200 Subject: [PATCH] Update to 2024.2.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f84b4fc..1ac2677 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.1/IncQuery%20Validator%20for%20Enterprise%20Architect%202024.1.1%20Setup.exe" >> $env:GITHUB_OUTPUT + echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2024.2.0/IncQuery%20Validator%20for%20Enterprise%20Architect%202024.2.0%20Setup.exe" >> $env:GITHUB_OUTPUT echo "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT }