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" ```