From a4c13b43f52888b079404b962c89accfe91c4b84 Mon Sep 17 00:00:00 2001 From: Luke Engle Date: Tue, 20 Sep 2022 13:44:12 -0700 Subject: [PATCH] Update circle upload-artifact version --- gitlab/5-custom-transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/5-custom-transformers.md b/gitlab/5-custom-transformers.md index 9b29f96..dde61e0 100644 --- a/gitlab/5-custom-transformers.md +++ b/gitlab/5-custom-transformers.md @@ -122,7 +122,7 @@ The converted workflow that is generated by the above command will now use the c ```diff - # # 'artifacts.terraform' was not transformed because there is no suitable equivalent in GitHub Actions -+ uses: actions/upload-artifact@v2 ++ uses: actions/upload-artifact@v3 + with: + path: "$PLAN_JSON" ```