On Mon, 22 Jul 2024 20:41:52 GMT, Zdenek Zambersky <zzamb...@openjdk.org> wrote:
>> GHA code, which tries to remove bundle artifacts no longer works. It >> probably broke after >> [JDK-8324723](https://bugs.openjdk.org/browse/JDK-8324723) (GHA: Upgrade >> some actions to avoid deprecated Node 16). >> >> **Details:** >> Seems like there were some backend architecture changes in [artifact actions >> in >> v4](https://github.com/actions/upload-artifact?tab=readme-ov-file#v4---whats-new). >> As result old code to remove artifacts no longer works. However there is >> [REST >> API](https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28) >> available, which works. > > Zdenek Zambersky has updated the pull request incrementally with one > additional commit since the last revision: > > reintroduce -s flag Great, thanks! The build system does not need a secondary review so you are free to integrate. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20281#issuecomment-2269117388