actions / checkout

Action for checking out a repo
https://github.com/features/actions
MIT License
5.74k stars 1.7k forks source link

Failed to Download #672

Closed donzee529 closed 2 years ago

donzee529 commented 2 years ago

Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/ec3a7ce113134d7a93b817d10a8272cb61118579'. Error: Response status code does not indicate success: 503 (Service Unavailable).

shenweiyan commented 2 years ago

I got the same error:

Download action repository 'actions/checkout@v2' (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579)
Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/ec3a7ce113134d7a93b817d10a8272cb61118579'. Error: Response status code does not indicate success: 503 (Service Unavailable).
softprops commented 2 years ago

Same

MacTanomsup commented 2 years ago

Same here


Warning: Back off 29.799 seconds before retry.
Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/ec3a7ce113134d7a93b817d10a8272cb61118579'. Error: Response status code does not indicate success: 503 (Service Unavailable).
Warning: Back off 10.67 seconds before retry.
Error: Response status code does not indicate success: 503 (Service Unavailable).
keijeon commented 2 years ago

Plz......

bitbw commented 2 years ago

Same

northes commented 2 years ago

Same

kozross commented 2 years ago

Same.

jhpung commented 2 years ago

Same

yardasol commented 2 years ago

Same

xueyongg commented 2 years ago

Same

danieladarve commented 2 years ago

Same

SamGhAu commented 2 years ago

Same

bokyung-kang commented 2 years ago

Same (TT)

komahori commented 2 years ago

same

seungwoohong commented 2 years ago

Same

denielaa commented 2 years ago

same here

kozross commented 2 years ago

Senpai noticed us.

dvengers commented 2 years ago

https://www.githubstatus.com/

Update - GitHub Actions is experiencing degraded performance. We are continuing to investigate. Jan 12, 02:28 UTC

glatiuden commented 2 years ago

same

zi-gae commented 2 years ago

same

jeremyjone commented 2 years ago

same

cksal0805 commented 2 years ago

same(TT)

r3cha commented 2 years ago

Lock latest worked version

    steps:
      - name: Checkout
        uses: actions/checkout@v2.3.5
donzee529 commented 2 years ago

Senpai noticed us.

Whos Senpai

dominicarrojado commented 2 years ago

Having similar issue:

Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_be30aa3d-8cff-4889-89cf-6c08c43fc8c1/3583c51f-8c7a-46d3-9f46-147edce097c4.tar.gz. return code: 2.
yopaz-giapnh commented 2 years ago

Same here!

donzee529 commented 2 years ago

Having similar issue:

Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_be30aa3d-8cff-4889-89cf-6c08c43fc8c1/3583c51f-8c7a-46d3-9f46-147edce097c4.tar.gz. return code: 2.

Yeah thats the error I get now

r3cha commented 2 years ago

@donzee529 thanks I got successfully run checkout at 2.3.5 but its may be just a coincidence that everything start works for me

kozross commented 2 years ago

Senpai noticed us.

Whos Senpai

It's a joking reference to Github, by way of this meme.

caiottavares commented 2 years ago

Working only with v2.3.5

jeremyjone commented 2 years ago

Lock latest worked version

    steps:
      - name: Checkout
        uses: actions/checkout@v2.3.5

Oh Yeah, v2.3.5 looks work.

yopaz-giapnh commented 2 years ago

Yes, v2.3.5 works like a charm :)))

donzee529 commented 2 years ago

Yes 2.3.5 works for me as well

kozross commented 2 years ago

Can confirm 2.3.5 also worked for me.

northes commented 2 years ago

thanks, 2.3.5 worked

mpyw commented 2 years ago

Seems to be fixed, re-running workflow works well


Umm... it looks still unstable

donzee529 commented 2 years ago

I won't close this since we'll post when its officially fixed.

cksal0805 commented 2 years ago

Seems to be fixed !

donzee529 commented 2 years ago

Lets keep this a bit more organized, we dont need everyone commenting. React if its fixed for you or still broken. 👎 👍 still broken or fixed respectively.

EDIT: it's quite even so far, so we'll wait an official update from https://githubstatus.com

donzee529 commented 2 years ago

GitHub marked the issues as solved and there was a Workaround this issue that was Merged in a PR, so I will now go ahead and close this.

softprops commented 2 years ago

This seems fixed for me now w/o a work around

Thor-wl commented 2 years ago

It seems that v2.3.5 don't work for me. Have someone met this problem recently again?

devriez commented 2 years ago

i met. v2.3.5 worked for me only for one commit, after that breake again

Thor-wl commented 2 years ago

i met. v2.3.5 worked for me only for one commit, after that breake again

Excuse me, have you resolved it now?

michalgozdowski commented 2 years ago

Have you really tried version v2.3.5? In your PR I can see change from v2 to v3: - name: Checkout code uses: actions/checkout@v3 with: fetch-depth: 0 path: ./src/github.com/${{ github.repository }}

devriez commented 2 years ago

no. met it half an hour ago

i met. v2.3.5 worked for me only for one commit, after that breake again

Excuse me, have you resolved it now?

Thor-wl commented 2 years ago

Have you really tried version v2.3.5? In your PR I can see change from v2 to v3: - name: Checkout code uses: actions/checkout@v3 with: fetch-depth: 0 path: ./src/github.com/${{ github.repository }}

Yes, I tried but failed. So I'm trying to convert it to v3 and have a try. Unfortunely, it fails again.

Thor-wl commented 2 years ago

no. met it half an hour ago

i met. v2.3.5 worked for me only for one commit, after that breake again

Excuse me, have you resolved it now?

Yes, it was broken about half an hour ago for me, too. It worked well yesterday.

m-nathani commented 2 years ago

It appears it started to work now...

jonyjalfon94 commented 2 years ago

It appears it started to work now...

It started working again for me as well