Closed casanchez closed 2 months ago
VIRION is not compiling because the workflow uses v2 of actions/upload-artifact and actions/download-artifact. v4 is now the latest version, and v1 and v2 are deprecated.
actions/upload-artifact
actions/download-artifact
Fixed by updating to v4 of these actions 640262cd68ab89c33e647d514002854ac675ab83
VIRION is not compiling because the workflow uses v2 of
actions/upload-artifact
andactions/download-artifact
. v4 is now the latest version, and v1 and v2 are deprecated.