microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

.sync/workflows/leaf: CodeQL workflow changes for upload-artifact v4 #291

Closed makubacki closed 10 months ago

makubacki commented 10 months ago

Two key new restrictions:

  1. No more than 10 artifacts per job in a workflow run.
  2. It is no longer possible to upload to the same named artifact multiple times.

These workflows can easily split their artifacts up under the 10 artifact limit while also not uploading to the same named artifact in the process.


Tested: