ruby / setup-ruby

An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
MIT License
801 stars 258 forks source link

403 response when trying to download ruby #226

Closed markgoho closed 2 years ago

markgoho commented 3 years ago
Run ruby/setup-ruby@v1
Using 2.5.1 as input from file .ruby-version
Modifying PATH
  Entries added to PATH to use selected Ruby:
    /opt/hostedtoolcache/Ruby/2.5.1/x64/bin
Downloading Ruby
  https://github.com/ruby/ruby-builder/releases/download/toolcache/ruby-2.5.1-ubuntu-20.04.tar.gz
  Took   0.17 seconds
Error: Unexpected HTTP response: 403

👆🏻 happening pretty consistently

Is it possible we're being rate-limited?

eregon commented 3 years ago

self-hosted or GitHub-hosted runners? Can you share a link to the failing workflows if public, and logs otherwise?