Skip to content

v9.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 16:27
· 80 commits to refs/heads/main since this release
0daa8c1

What's Changed

  • .sync/workflows/leaf: CodeQL workflow changes for upload-artifact v4 @makubacki (#291)
    Change Details
      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.

    Full Changelog: v9.0.4...v9.0.5