tool-cache icon indicating copy to clipboard operation
tool-cache copied to clipboard

Unable to download latest mdbook from tool-cache

Open huangjj27 opened this issue 4 years ago • 1 comments

Do the checklist before filing an issue:

  • [x] Is this related to the actions-rs Actions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://github.community
  • [x] You've read the Contributing section about bugs reporting: https://github.com/actions-rs/.github/blob/master/CONTRIBUTING.md#reporting-bugs
  • [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.

Description

I checked that mdbook is in tool-cache, and it used to work serval days ago, but in these 2 days I get the error like the title.

Used environment

Environment: ubuntu-18.04 Version: 20201210.0 Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20201210.0/images/linux/Ubuntu1804-README.md

Workflow code

here

Action output

here is the build. Related logs are in the Install mdbook section:

  Newest mdbook version available at crates.io: 0.4.5
  Downloading mdbook signature into /tmp/mdbook.zip.sig
  Warning: Unable to download mdbook == latest from the tool cache: Error: Unexpected HTTP response: 403

Expected behavior

Expecting to make use of cached mdbook like the old days.

huangjj27 avatar Jan 10 '21 09:01 huangjj27

This is effectively a duplicate of #18.

cptpcrd avatar Jan 12 '21 21:01 cptpcrd