@@ -152,11 +152,11 @@ You can add a report to a PR with CCD changes by adding:
152152 - uses : actions/setup-node@v3
153153 with :
154154 node-version : 16
155- - uses : actions/download-artifact@v3
155+ - uses : actions/download-artifact@v4.1.7
156156 with :
157157 name : branch
158158 path : build/branch
159- - uses : actions/download-artifact@v3
159+ - uses : actions/download-artifact@v4.1.7
160160 with :
161161 name : master
162162 path : build/master
@@ -202,7 +202,7 @@ You will need to add two steps to upload the CCD JSON definition artifacts to co
202202 - name : Build
203203 run : ./gradlew generateCCDConfig
204204 working-directory : build/branch
205- - uses : actions/upload-artifact@v3
205+ - uses : actions/upload-artifact@v4.6.0
206206 with :
207207 name : branch
208208 path : build/branch/build/definitions/NFD
@@ -218,7 +218,7 @@ You will need to add two steps to upload the CCD JSON definition artifacts to co
218218 - name : Build
219219 run : ./gradlew generateCCDConfig
220220 working-directory : build/master
221- - uses : actions/upload-artifact@v3
221+ - uses : actions/upload-artifact@v4.6.0
222222 with :
223223 name : master
224224 path : build/master/build/definitions/NFD
@@ -233,7 +233,7 @@ For a plain JSON repository this would look like:
233233 - uses : actions/checkout@v3
234234 with :
235235 path : build/branch
236- - uses : actions/upload-artifact@v3
236+ - uses : actions/upload-artifact@v4.6.0
237237 with :
238238 name : branch
239239 path : build/branch/definitions/divorce/json
@@ -245,7 +245,7 @@ For a plain JSON repository this would look like:
245245 with :
246246 ref : master
247247 path : build/master
248- - uses : actions/upload-artifact@v3
248+ - uses : actions/upload-artifact@v4.6.0
249249 with :
250250 name : master
251251 path : build/master/definitions/divorce/json
0 commit comments