From 0eb7d013d1108af1665c45102caafbcde32b3f43 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 17 Dec 2019 13:06:02 -0500 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 2876ff8..ab07af6 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,7 @@ inputs: name: description: 'Artifact name' required: true + deprecationMessage: 'Potential breaking changes if master is used. See: https://github.com/actions/upload-artifact/issues/41' path: description: 'Directory containing files to upload' required: true