upload-artifact
upload-artifact copied to clipboard
[docs]
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
I'm also getting the same error, Did the issue resolve?
I'm getting this with actions/upload-artifact@v3 as well.
I'm also getting the same error, any updates on this?
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).
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.
Getting the same issue today
Getting same issue today as well. Where would they be stored? The same s3 bucket used for logs?