File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -309,31 +309,31 @@ jobs:
309
309
uses : actions/checkout@v3
310
310
311
311
- name : Download dce-cli artifact
312
- uses : actions/download-artifact@v3
312
+ uses : actions/download-artifact@v4
313
313
with :
314
314
name : dce-cli
315
315
path : ${{ github.workspace }}/dce-cli
316
316
317
317
- name : Download dce-yml artifact
318
- uses : actions/download-artifact@v3
318
+ uses : actions/download-artifact@v4
319
319
with :
320
320
name : dce-yml
321
321
path : ${{ github.workspace }}/dce-yml
322
322
323
323
- name : Download lease_id artifact
324
- uses : actions/download-artifact@v3
324
+ uses : actions/download-artifact@v4
325
325
with :
326
326
name : lease_id
327
327
path : ${{ github.workspace }}/lease_id
328
328
329
329
- name : Download namespace artifact
330
- uses : actions/download-artifact@v3
330
+ uses : actions/download-artifact@v4
331
331
with :
332
332
name : namespace
333
333
path : ${{ github.workspace }}/namespace
334
334
335
335
- name : Download backend-tf artifact
336
- uses : actions/download-artifact@v3
336
+ uses : actions/download-artifact@v4
337
337
with :
338
338
name : backend-tf
339
339
path : ${{ github.workspace }}/backend-tf
You can’t perform that action at this time.
0 commit comments