diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index f2b7b68afd..a050a32a37 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -182,9 +182,9 @@ jobs: # NOTE: if you update the password store version make sure to update the dep cache key run: | mkdir -p /tmp/test-deps/pass - wget https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz -O /tmp/test-deps/pass/pass.tar.xz + wget https://github.com/zx2c4/password-store/archive/refs/tags/1.7.4.tar.gz -O /tmp/test-deps/pass/pass.tar.gz cd /tmp/test-deps/pass - tar -xvf pass.tar.xz + tar -xvf pass.tar.gz - name: Install pass for Boundary keyring run: | cd /tmp/test-deps/pass/password-store-1.7.4 diff --git a/.github/workflows/test-cli-ui_oss.yml b/.github/workflows/test-cli-ui_oss.yml index f13b97496d..d41407e8cb 100644 --- a/.github/workflows/test-cli-ui_oss.yml +++ b/.github/workflows/test-cli-ui_oss.yml @@ -57,9 +57,9 @@ jobs: # NOTE: if you update the password store version make sure to update the dep cache key run: | mkdir -p /tmp/bats-cli-ui-deps/pass - wget https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz -O /tmp/bats-cli-ui-deps/pass/pass.tar.xz + wget https://github.com/zx2c4/password-store/archive/refs/tags/1.7.4.tar.gz -O /tmp/bats-cli-ui-deps/pass/pass.tar.gz cd /tmp/bats-cli-ui-deps/pass - tar -xvf pass.tar.xz + tar -xvf pass.tar.gz - name: Install pass for Boundary keyring run: | cd /tmp/bats-cli-ui-deps/pass/password-store-1.7.4