File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -54,19 +54,13 @@ jobs:
5454 - name : Download test artifacts from child workflow 1
5555 uses : actions/download-artifact@v4.1.8
5656 with :
57- name : " test-results- child1-${{ github.ref_name }}-${{ github.sha }}"
57+ name : " child1-${{ github.ref_name }}-${{ github.sha }}"
5858 path : artifacts/
5959
6060 - name : Download build and security artifacts from child workflow 2
6161 uses : actions/download-artifact@v4.1.8
6262 with :
63- name : " build-artifacts-child2-${{ github.ref_name }}-${{ github.sha }}"
64- path : artifacts/
65-
66- - name : Download security artifacts from child workflow 2
67- uses : actions/download-artifact@v4.1.8
68- with :
69- name : " security-results-child2-${{ github.ref_name }}-${{ github.sha }}"
63+ name : " child2-${{ github.ref_name }}-${{ github.sha }}"
7064 path : artifacts/
7165
7266 - name : Create deployment package
You can’t perform that action at this time.
0 commit comments