You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In spark, we often find that actions/upload-artifact@v4 fails, but after trying again, it will basically succeed. Do we have any parameters or approaches to avoid this situation? Because the first step in the job may take a long time to execute, and retry is for the entire job, which wastes resources and time.
What happened?
In spark, we often find that
actions/upload-artifact@v4
fails, but after trying again, it will basically succeed. Do we have anyparameters
orapproaches
to avoid this situation? Because the first step in the job may take a long time to execute, and retry is for the entire job, which wastes resources and time.https://github.com/panbingkun/spark/actions/runs/11733712912/job/32688556735
What did you expect to happen?
Automatic retry or approaches that can increase the probability of success.
How can we reproduce it?
Occasionally, it occurs, but recently the probability of it happening is very high. I personally have encountered it once every 2-3 days.
Anything else we need to know?
No response
What version of the action are you using?
v4
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
The text was updated successfully, but these errors were encountered: