It looks like we’ve missed a sunset. The error some of you may be seeing — “Missing download info for actions/upload-artifact@v2” — happens because the upload-artifact
and download-artifact
actions have been deprecated.
To fix this issue, you’ll need to upgrade actions/upload-artifact@v2
and actions/download-artifact@v2
to v4
. You can do this by editing the language file used in your CI/CD pipeline (even though it says not to edit it, in this case, it’s necessary).
Here’s a helpful link about the action deprecation: Deprecation Notice (reminder): v3 of the artifact actions (updated) · community · Discussion #142581 · GitHub.
Once you’ve updated the version numbers, your build should run smoothly! We’ll also be updating the language files soon to automatically reflect this change, so stay tuned for that.
Feel free to reach out if you need any further assistance!
-Neil