Konrad Pabjan
Konrad Pabjan
Hi @publicarray the v2 upload artifact action uses [@actions/glob](https://github.com/actions/toolkit/tree/master/packages/glob) to handle wildcard search behind the scenes to handle wildcards. It should be possible to easily use this with any other...
Could you enable step debugging, there should be some extra information: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/enabling-debug-logging#enabling-step-debug-logging Are you also using `upload-artifact@v2` or `v1`?
Unfortunately there is no _easy_ way of doing this. We have some Artifacts APIs but no endpoint to specifically fetch the latest artifact/artifacts: https://developer.github.com/v3/actions/artifacts/ I have seen a few requests...
`v2-preview` is out and there is a new option that allows you to download all artifacts at once. See the pinned issue for more information: https://github.com/actions/download-artifact/issues/23
`download-artifact@v2` has been released so you can now download all artifacts at once. It's not ideal (some users want a subset of artifacts instead of all of them), so I'll...
Currently it is not possible to not fail the workflow if no artifact is found Some customization is on the way for `upload-artifact`: https://github.com/actions/upload-artifact/pull/104 Perhaps a similar option could prove...
Closing this out now that https://github.com/actions/download-artifact/pull/178 went in Thank you though for initially opening this up though
v4 download artifact was recently released and it has a host of improvements. The functionality and implementation has completely changed and this issue should no longer happen as the download...
Thanks for the PR. I'm closing this out though since we've recently made a number of changes to our test workflows including moving `actions/setup-node` to `v3`, adding cache support and...
v4 download artifact was recently released and it has a host of improvements. The functionality and implementation has completely changed compared to v2 and v3 and this issue should no...