File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 - name : Upload audit report
138138 uses : actions/upload-artifact@v4
139139 with :
140- name : audit-reports
140+ name : audit-report-${{ matrix.workspace.name }}
141141 # > If multiple paths are provided as input, the least common ancestor of all the search paths will be used as the root directory of the artifact.
142142 # https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
143143 #
@@ -163,7 +163,8 @@ jobs:
163163 - name : Download audit reports
164164 uses : actions/download-artifact@v4
165165 with :
166- name : audit-reports
166+ pattern : audit-report-*
167+ merge-multiple : true
167168 - name : Render servers table
168169 run : node scripts/render-servers-table.mjs
169170 - name : Diff
You can’t perform that action at this time.
0 commit comments