You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The create-release CI/CD step is currently failing with the error:
This request has been automatically failed because it uses a deprecated
version of `actions/download-artifact: v2`
Github deprecated download-artifact v2 and asks users to use v4 instead:
https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
Let's do what's recommended to unbreak the release action.
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
0 commit comments