Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] v4: Cannot download artifact using REST API #517

Open
Pythonic-Rainbow opened this issue Feb 6, 2024 · 1 comment
Open

[bug] v4: Cannot download artifact using REST API #517

Pythonic-Rainbow opened this issue Feb 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Pythonic-Rainbow
Copy link

What happened?

v4 changes the storage backend. Unfortunately this seems to also break the REST API for downloading artifacts.

I followed the official REST doc and it works perfectly fine for v3.

Related to #500

What did you expect to happen?

Able to download the artifact

How can we reproduce it?

Try to download an artifact using the REST API.

I extracted a part of the script I used and uploaded it to a test repo

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

@Pythonic-Rainbow Pythonic-Rainbow added the bug Something isn't working label Feb 6, 2024
@pdconant
Copy link

pdconant commented Feb 8, 2024

Not sure if this is the same issue, but I've seen that artifacts uploaded with actions/upload-artifact@v4 aren't cannot be downloaded by the GHA workflow that uploaded the artifact. More details (including a sample GHA workflow illustrating the problem) are available in this comment on the actions/download-artifact repo: actions/download-artifact#290 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants