Update circle upload-artifact version

This commit is contained in:
Luke Engle
2022-09-20 13:44:12 -07:00
parent a5c4ba9d7a
commit a4c13b43f5
+1 -1
View File
@@ -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"
```