From 9b585e19d3878da7ef6f9e9988c547beabbb7581 Mon Sep 17 00:00:00 2001 From: "KEYSIGHT\\ziliyeoh" Date: Tue, 23 Jul 2024 10:02:32 +0800 Subject: [PATCH] Update DAI version support 7.4.0-4 --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c67c96..b48f34f 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Based on the pipeline .yml configuration, when there is commits or pull request - 7.4.0-3 + 7.4.0-4 latest diff --git a/action.yml b/action.yml index 5d75ee6..62fe7b6 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ runs: fi echo "CLI_FILENAME=$EXE_FILENAME" >> $GITHUB_ENV echo "DAI_VERSION=$DAI_VERSION" >> $GITHUB_ENV - echo "DOWNLOAD_URL=https://downloads.eggplantsoftware.com/downloads/EggplantRunner/$EXE_FILENAME" >> $GITHUB_ENV + echo "DOWNLOAD_URL=https://assets.eggplantsoftware.com/EggplantRunner/$EXE_FILENAME" >> $GITHUB_ENV shell: bash env: DAI_VERSION: 7.4.0-3 # AUB-13519_CICD_Junit_file_implementation