Skip to content

Commit 69cc783

Browse files
committed
Fix folders
1 parent bf58b67 commit 69cc783

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/parent-workflow.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)