Breaking change in actions/upload-artifact@v3
makes check-package.yml
always fail
#302
Labels
actions/upload-artifact@v3
makes check-package.yml
always fail
#302
🐛 Bug
This change in
actions/upload-artifact@v3
causescheck-package.yml
to fail.Example and Explanation
Failed CI
init-store
did the following:utilities/.github/workflows/check-package.yml
Lines 65 to 70 in 2549f80
.placeholder
was ignored, so this resulted in the following message:The subsequent job
pkg-build
tried to download artifacts under the same name inpkg-create
:utilities/.github/workflows/check-package.yml
Lines 98 to 101 in 2549f80
utilities/.github/actions/pkg-create/action.yml
Lines 25 to 30 in 2549f80
and produced the following error message:
Possible Solution
Set
include-hidden-files
to true.https://github.com/actions/upload-artifact/blob/b18b1d32f3f31abcdc29dee3f2484801fe7822f4/action.yml#L43-L47
The text was updated successfully, but these errors were encountered: