diff --git a/.github/workflows/security-tests.yml b/.github/workflows/security-tests.yml index 064187530..c055f99c2 100644 --- a/.github/workflows/security-tests.yml +++ b/.github/workflows/security-tests.yml @@ -33,7 +33,7 @@ jobs: working-directory: ./security run: | ./gradlew clean build -Dbuild.snapshot=false -x test - cp build/distributions/opensearch-security-1.3.2.0.zip ../src/test/resources/security/plugin/opensearch-security.zip + cp build/distributions/opensearch-security-1.3.7.0.zip ../src/test/resources/security/plugin/opensearch-security.zip - name: Build and run Replication tests run: | ls -al src/test/resources/security/plugin