WSH032/aria2-wheel

`actions/upload-artifact@v4` break the `publish.yml` workflow

Opened this issue · 1 comments

Describe the bug

PR #5 #6 break the publish.yml workflow.

The v4 versions of actions/upload-artifact and actions/download-artifact no longer allow uploading multiple files to the same artifact, and currently, there is no guidance1 on how to handle it.

The publish workflow of this repository requires multiple uploads of wheels. So, it's broken.

To Reproduce

See https://github.com/WSH032/aria2-wheel/actions/runs/7241328457. There is only one artifact that does not contain wheels.

Possible solutions

Currently, there is no guidance1 on how to handle it.

I suggest temporarily reverting PR #5 #6 until a solution is available.

Additional context

More info: https://github.com/orgs/aio-libs/discussions/31

Footnotes

  1. Provide guidance for workflows broken by @4? 2

I will reopen this issue until there is guidance

Ref: Provide guidance for workflows broken by @4?