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
Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you will encounter an error.
This affects the coverage artifacts in the unit test action config, which use the same artifact name across jobs.
(Personally I think this should be fixed in the GH side, but it looks like the GH Actions devs are declining requests to restore the previous functionality. 😞)
To Reproduce
See all the builds failing on main for the last two weeks.
Additional context
I'll open a PR shortly to deduplicate the artifact names in the kernel unit tests action config.
The text was updated successfully, but these errors were encountered:
Describe the bug
The kernel unit tests are failing on GitHub Actions (example, another example) with the following error:
This occurs in the "Archive code coverage data" step, with the settings:
Investigation
Looking at the GitHub Actions config, commit 9245b4a was made two weeks ago, which upgraded
upload-artifact
task from v2 to v4.There was a published breaking change in upload-artifact v4:
This affects the coverage artifacts in the unit test action config, which use the same artifact name across jobs.
(Personally I think this should be fixed in the GH side, but it looks like the GH Actions devs are declining requests to restore the previous functionality. 😞)
To Reproduce
main
for the last two weeks.Additional context
I'll open a PR shortly to deduplicate the artifact names in the kernel unit tests action config.
The text was updated successfully, but these errors were encountered: