upload-artifact icon indicating copy to clipboard operation
upload-artifact copied to clipboard

[docs]

Open dmitrijrub opened this issue 2 years ago • 7 comments

What files would you like to change?

Does action actions/upload-artifact supports GHES?

What are your suggested changes?

we are trying to use from on-prem github (GHES) and getting: Run actions/[email protected] With the provided path, there will be 1 file uploaded Create Artifact Container - Attempt 1 of 5 failed with error: unable to verify the first certificate Create Artifact Container - Attempt 2 of 5 failed with error: unable to verify the first certificate Create Artifact Container - Attempt 3 of 5 failed with error: unable to verify the first certificate Create Artifact Container - Attempt 4 of 5 failed with error: unable to verify the first certificate Create Artifact Container - Attempt 5 of 5 failed with error: unable to verify the first certificate Error: Create Artifact Container failed: unable to verify the first certificate

dmitrijrub avatar Apr 25 '22 13:04 dmitrijrub

I'm also getting the same error, Did the issue resolve?

guruprasadsingirikonda avatar Jun 13 '22 06:06 guruprasadsingirikonda

I'm getting this with actions/upload-artifact@v3 as well.

baxterbennings avatar Jul 29 '22 20:07 baxterbennings

I'm also getting the same error, any updates on this?

JorgeAndArias avatar Aug 15 '22 01:08 JorgeAndArias

For me, I think the thing that worked was specifying NODE_EXTRA_CA_CERTS in the environment variables (even though the machine I was running this on had the appropriate root CA certs registered). Also, I'm not sure if it is related, but I had recently switched to using subdomain isolation (https://docs.github.com/en/[email protected]/admin/configuration/configuring-network-settings/enabling-subdomain-isolation).

baxterbennings avatar Aug 15 '22 11:08 baxterbennings

I'm facing the same issue. Anyone able to solve this? We have GHES with Self hosted agents setup. We do have Intermediate cert for GHES. Which was already installed on self hosted agents.

kumar7475 avatar Apr 25 '23 20:04 kumar7475

Getting the same issue today

AnhQKatalon avatar Aug 02 '23 15:08 AnhQKatalon

Getting same issue today as well. Where would they be stored? The same s3 bucket used for logs?

JamzTheMan avatar Sep 26 '23 20:09 JamzTheMan