airspeed-velocity / asv

Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
https://asv.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
845 stars 177 forks source link

CI,MAINT: Migrate to `v4` for `download-artifact` and `upload-artifact` #1384

Open HaoZeke opened 4 months ago

HaoZeke commented 4 months ago
          > According to [pypa/cibuildwheel#1748](https://github.com/pypa/cibuildwheel/issues/1748), this is fixed in cibuildwheel 2.16.5.

Yup, I think it should work, have a run now: https://github.com/airspeed-velocity/asv/actions/runs/7870830392

I thought upgrading to v4 for upload-artifact and download-artifact would be a good idea but it needs some migration https://github.com/actions/upload-artifact/issues/478 (hence the new run).

Originally posted by @HaoZeke in https://github.com/airspeed-velocity/asv/issues/1383#issuecomment-1938490649