diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml index d1e69dff49..a91da37675 100644 --- a/.github/workflows/bindings.yml +++ b/.github/workflows/bindings.yml @@ -133,7 +133,7 @@ jobs: - uses: browser-actions/setup-chrome@latest id: setup-chrome with: - chrome-version: stable + chrome-version: latest - run: | echo "CHROME_PATH=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV - uses: oven-sh/setup-bun@v2 diff --git a/extras/webdriver-installation/src/webdriver.rs b/extras/webdriver-installation/src/webdriver.rs index e96e3969e6..8aabf6918d 100644 --- a/extras/webdriver-installation/src/webdriver.rs +++ b/extras/webdriver-installation/src/webdriver.rs @@ -222,7 +222,7 @@ impl WebdriverKind { .take() .unwrap() .channels - .remove(&ChromeDriverReleaseDetailsChannel::Stable) + .remove(&ChromeDriverReleaseDetailsChannel::Canary) .unwrap(); let download_url = channel