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

Sudden 404 running this action #12

Closed
EdNoepel opened this issue Aug 11, 2022 · 1 comment
Closed

Sudden 404 running this action #12

EdNoepel opened this issue Aug 11, 2022 · 1 comment

Comments

@EdNoepel
Copy link

Have been using this action for several months. Here's my config:

      - name: Install Foundry
        uses: foundry-rs/foundry-toolchain@v1
        with:
          version: nightly

Today, all builds started erroring out with this in logs:

2022-08-10T23:53:09.1613407Z ##[group]Run foundry-rs/foundry-toolchain@v1
2022-08-10T23:53:09.1613645Z with:
2022-08-10T23:53:09.1613815Z   version: nightly
2022-08-10T23:53:09.1614005Z ##[endgroup]
2022-08-10T23:53:09.7820830Z ##[error]Error: Unexpected HTTP response: 404

Rerun with debug logging, and found this:

Run foundry-rs/foundry-toolchain@v1
##[debug]Downloading https://github.com/gakonst/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz
##[debug]Destination /home/runner/work/_temp/b4fac0c4-7268-4a4f-b232-bbd68e7f2f9f
##[debug]Failed to download from "https://github.com/gakonst/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz". Code(404) Message(Not Found)
Error: Error: Unexpected HTTP response: 404
##[debug]Node Action run completed with exit code 1

That repo redirects to foundry-rs, but that link is unreachable. Is there a new download link for the binary?

@onbjerg
Copy link
Member

onbjerg commented Aug 11, 2022

#11 (comment)

@onbjerg onbjerg closed this as completed Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants