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:
137
137
- name : Upload audit report
138
138
uses : actions/upload-artifact@v4
139
139
with :
140
- name : audit-reports
140
+ name : audit-report-${{ matrix.workspace.name }}
141
141
# > 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.
142
142
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
143
143
#
@@ -163,7 +163,8 @@ jobs:
163
163
- name : Download audit reports
164
164
uses : actions/download-artifact@v4
165
165
with :
166
- name : audit-reports
166
+ pattern : audit-report-*
167
+ merge-multiple : true
167
168
- name : Render servers table
168
169
run : node scripts/render-servers-table.mjs
169
170
- name : Diff
You can’t perform that action at this time.
0 commit comments