Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
I hope GitHub investigates this issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Bug
What GitHub Actions topic or product is this about?
Workflow Deployment
Discussion Details
I reported this issue to actions/download-artifact#465 , but I thought it would be more appropriate to report it to the discussion, so I am reposting it here.
What happened?
If the artifact name contains certain non-ASCII characters (Japanese),
download-artifactfails.It appears to fail with a 400 error when downloading from Azure Blob Storage. After 5 retries, the step exits with an error.
The issue does not occur with all non-ASCII characters.
For example, “日” (U+65E5) works without issue, but “土” (U+571F) results in an error. Both are common Kanji characters widely used in Japanese.
I thought a specific code point might be involved, but the exact conditions are unclear.
To investigate this issue, I created a test repository.
I tried 20 different Kanji characters: 5 succeeded and 15 failed.
Please see the full workflow log:
https://github.com/mkht/actions-test-202602/actions/runs/22355207590
What did you expect to happen?
Success download artifacts
How can we reproduce it?
A minimal reproducible workflow:
Anything else we need to know?
This issue did not occur until 2026-02-23. It has been occurring since 2026-02-24.
No code changes were made.
Recent changes in GitHub or Azure backend systems may have affected this behavior.
What version of the action are you using?
v7.0.0
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No
Beta Was this translation helpful? Give feedback.
All reactions