Skip to content

Commit 95d48c8

Browse files
committed
test workflow
1 parent e08d76d commit 95d48c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,31 +309,31 @@ jobs:
309309
uses: actions/checkout@v3
310310

311311
- name: Download dce-cli artifact
312-
uses: actions/download-artifact@v3
312+
uses: actions/download-artifact@v4
313313
with:
314314
name: dce-cli
315315
path: ${{ github.workspace }}/dce-cli
316316

317317
- name: Download dce-yml artifact
318-
uses: actions/download-artifact@v3
318+
uses: actions/download-artifact@v4
319319
with:
320320
name: dce-yml
321321
path: ${{ github.workspace }}/dce-yml
322322

323323
- name: Download lease_id artifact
324-
uses: actions/download-artifact@v3
324+
uses: actions/download-artifact@v4
325325
with:
326326
name: lease_id
327327
path: ${{ github.workspace }}/lease_id
328328

329329
- name: Download namespace artifact
330-
uses: actions/download-artifact@v3
330+
uses: actions/download-artifact@v4
331331
with:
332332
name: namespace
333333
path: ${{ github.workspace }}/namespace
334334

335335
- name: Download backend-tf artifact
336-
uses: actions/download-artifact@v3
336+
uses: actions/download-artifact@v4
337337
with:
338338
name: backend-tf
339339
path: ${{ github.workspace }}/backend-tf

0 commit comments

Comments
 (0)