> 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

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/20281/files
  - new: https://git.openjdk.org/jdk/pull/20281/files/6b5d265c..81c5e314

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20281&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20281&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/20281.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20281/head:pull/20281

PR: https://git.openjdk.org/jdk/pull/20281

Reply via email to