diff --git a/README.md b/README.md
index c0f2e73..e600988 100644
--- a/README.md
+++ b/README.md
@@ -141,9 +141,13 @@ Based on the pipeline .yml configuration, when there is commits or pull request
- 7.1.0-5 |
+ 7.2.0-4 |
latest |
+
+ 7.1.0-5 |
+ v1.0.9 |
+
7.0.1-1 |
v1.0.8 |
diff --git a/action.yml b/action.yml
index bc3b518..9b6c1d7 100644
--- a/action.yml
+++ b/action.yml
@@ -95,7 +95,7 @@ runs:
echo "DOWNLOAD_URL=https://downloads.eggplantsoftware.com/downloads/EggplantRunner/$EXE_FILENAME" >> $GITHUB_ENV
shell: bash
env:
- DAI_VERSION: 7.1.0-5 # AUB-13519_CICD_Junit_file_implementation
+ DAI_VERSION: 7.2.0-4 # AUB-13519_CICD_Junit_file_implementation
- name: Fetch CLI
if: ${{ inputs.eggplantRunnerPath }}