From 1f7880ee8c5374eb4658c688912d7e3c6031e572 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 29 Mar 2022 17:05:38 -0700 Subject: [PATCH] Updated Sauce Connect --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d3eab9e..e636ac31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,10 +64,10 @@ jobs: name: Install Sauce Connect command: | cd /tmp - curl https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz | tar zxf - - chmod +x sc-4.6.4-linux/bin/sc + curl https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz | tar zxf - + chmod +x sc-4.7.1-linux/bin/sc mkdir ~/workspace/bin - cp sc-4.6.4-linux/bin/sc ~/workspace/bin + cp sc-4.7.1-linux/bin/sc ~/workspace/bin ~/workspace/bin/sc --version - run: name: Run tests