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
Yes @lnxpy
This is a severe bug that I experienced myself. I spent hours trying to debug before understanding that the problem was not in my code.
What's happening : when you don't specify artifact name, actions/download-artifact@v4 creates the artifact folder as you describe.
The only way to not experience this bug that I have discovered is to give a name to the artifact when uploading and downloading.
@mbriziarelli Nice. Exactly. I was struggling with it until you showed up. Wish they fix it. Another solution might be to download the artifacts in ../ and specify a directory name for the artifacts. Not sure if it works though.
What happened?
This is my upload artifact step:
and this is my download artifact step:
I expect all my .svg files to be stored under the
.pypi_chart/
directory like:.pypi_chart/1.svg
.pypi_chart/2.svg
.pypi_chart/3.svg
But it creates a subdirectory called
.pypi_chart/artifact/
and places those svg files there.What did you expect to happen?
How can we reproduce it?
Anything else we need to know?
What version of the action are you using?
v3
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: