We've only seen this happen once as far as I know, so I'm not sure the conditions that cause it. 1Password/install-cli-action can randomly fail with:
Installing 1Password CLI version: v
curl: (22) The requested URL returned error: 404
Maybe just a random network error causes this to fail: https://github.com/1Password/install-cli-action/blob/main/install-cli.sh#L18
Perhaps wrap it with a retry with exponential backoff?
We've only seen this happen once as far as I know, so I'm not sure the conditions that cause it. 1Password/install-cli-action can randomly fail with:
Maybe just a random network error causes this to fail: https://github.com/1Password/install-cli-action/blob/main/install-cli.sh#L18
Perhaps wrap it with a retry with exponential backoff?