PyMatching
PyMatching copied to clipboard
Fix version inconsistency between artifacts upload and download
According to download-artifact:
Downloading artifacts that were created from action/upload-artifact@v3 and below are not supported.
And since upload-artifact@v4 did not support uploading to the same named Artifact multiple times, we should degrade the version of download-artifact from v4 to v3.
Thank you for the contribution, please could you merge master into your branch to fix the CI failure?