All CI builds are currently failing with the following error (example):
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
And indeed, the that blog post mentions that using v2 of actions/upload-artifact is now a hard error. We should upgrade to v4 (the latest version as of the time of writing).
All CI builds are currently failing with the following error (example):
And indeed, the that blog post mentions that using
v2
ofactions/upload-artifact
is now a hard error. We should upgrade tov4
(the latest version as of the time of writing).