On Mon, 22 Jul 2024 20:26:50 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. This pull request has now been integrated. Changeset: 98562166 Author: Zdenek Zambersky <zzamb...@openjdk.org> Committer: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/98562166e4a4c8921709014423c6cbc993aa0d97 Stats: 22 lines in 1 file changed: 4 ins; 7 del; 11 mod 8336928: GHA: Bundle artifacts removal broken Reviewed-by: ihse ------------- PR: https://git.openjdk.org/jdk/pull/20281