ska-sa / spead2

Library for the Streaming Protocol for Exchange of Astronomical Data (SPEAD)
http://spead2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
23 stars 14 forks source link

Update GH CI to use upload/download-artifact@v4 #302

Closed bmerry closed 10 months ago

bmerry commented 10 months ago

This required some structural changes, because v4 no longer allows multiple matrix jobs to upload to the same artifact and have the results merged. So instead every job creates its own artifact and there is a final merge process (which also handles combining the debug symbols into a tarball).