File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
- name : Check out code
82
82
uses : actions/checkout@v2
83
83
- name : Download build artifact
84
- uses : actions/download-artifact@v2.0.10
84
+ uses : actions/download-artifact@v2.1.0
85
85
with :
86
86
name : artifact
87
87
- name : Run Ensures Script
Original file line number Diff line number Diff line change 93
93
java-version : 8
94
94
distribution : ' temurin'
95
95
- name : Download openapi-generator-cli.jar artifact
96
- uses : actions/download-artifact@v2.0.10
96
+ uses : actions/download-artifact@v2.1.0
97
97
with :
98
98
name : openapi-generator-cli.jar
99
99
path : modules/openapi-generator-cli/target
@@ -132,7 +132,7 @@ jobs:
132
132
java-version : 8
133
133
distribution : ' temurin'
134
134
- name : Download openapi-generator-cli.jar artifact
135
- uses : actions/download-artifact@v2.0.10
135
+ uses : actions/download-artifact@v2.1.0
136
136
with :
137
137
name : openapi-generator-cli.jar
138
138
path : modules/openapi-generator-cli/target
You can’t perform that action at this time.
0 commit comments