Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Specifying version does not work #21

Open
mp205 opened this issue Nov 28, 2022 · 4 comments · Fixed by #22
Open

[BUG] Specifying version does not work #21

mp205 opened this issue Nov 28, 2022 · 4 comments · Fixed by #22
Assignees
Labels
bug Something isn't working

Comments

@mp205
Copy link

mp205 commented Nov 28, 2022

Describe your issue:
Specifying version does not work neither for firefox, nor chrome. latest works fine

Steps to reproduce (least amount of steps as possible):

        runs-on: ubuntu-latest
        permissions:
            contents: read
            packages: read
        strategy:
            fail-fast: false
            matrix:
                browser: [
                    {name: 'chrome', version: '96.0'},
                    {name: 'firefox', version: '95.0'},
                ]
        steps:
            -   uses: abhi1693/[email protected]
                with:
                    browser: ${{ matrix.browser.name }}
                    version: ${{ matrix.browser.version }}

Result:
image

image

Other details that may be helpful:

Environment information

  • Version:
@mp205 mp205 added the bug Something isn't working label Nov 28, 2022
@mp205 mp205 changed the title [BUG] [BUG] Specifying version does not work Nov 28, 2022
@abhi1693
Copy link
Owner

abhi1693 commented Dec 1, 2022

From the logs you have shared, it looks like the download path does not exist. I wonder if it changed too much. I'll take a look at this probably this weekend. Meanwhile if you think you have the solution, I'll be happy to merge your changes as well.

@mp205
Copy link
Author

mp205 commented Dec 1, 2022

Thanks for the reply. Yes, I think the download paths no longer work, I have tried the most precise version numbers, but none of them worked. No other paths I found elsewhere worked. Unfortunately I am quite busy these days, but if I manage to figure it out I’ll happily submit a PR.

@abhi1693 abhi1693 mentioned this issue Dec 1, 2022
10 tasks
@abhi1693 abhi1693 reopened this Dec 2, 2022
@abhi1693
Copy link
Owner

abhi1693 commented Dec 2, 2022

Try the release v0.3.5 for Firefox. For chrome please refer to the readme

@lughino
Copy link

lughino commented Sep 27, 2023

Hi,
It's still not possible to download chrome per version number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants