-
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?Misc Discussion DetailsIssue Description : Reproduction Steps :
Expected Behavior :
Environment : yaml : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This seems to be a known intermittent issue with ✅ Steps to Troubleshoot:
If all else fails, try running the exact same workflow on a Linux runner ( Let me know if you want help rewriting your YAML to apply these fixes. |
Beta Was this translation helpful? Give feedback.
This seems to be a known intermittent issue with
actions/upload-artifact@v4on Windows runners. Here's what you can do:✅ Steps to Troubleshoot:
Ensure the path is valid on Windows:
Make sure
distexists at runtime. You can confirm with:Use Absolute Paths:
GitHub Actions on Windows sometimes has issues with relative paths. Change to:
Enable Full Debugging:
Add both:
Use
continue-on-error: false:Force the step to fail visibly if upload fails: