We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5180fdf commit 8be2dfbCopy full SHA for 8be2dfb
.github/workflows/audits.yml
@@ -137,7 +137,7 @@ jobs:
137
- name: Upload audit report
138
uses: actions/upload-artifact@v4
139
with:
140
- name: audit-reports
+ name: audit-report-${{ matrix.workspace.name }}
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
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
143
#
@@ -163,7 +163,8 @@ jobs:
163
- name: Download audit reports
164
uses: actions/download-artifact@v4
165
166
+ pattern: audit-report-*
167
+ merge-multiple: true
168
- name: Render servers table
169
run: node scripts/render-servers-table.mjs
170
- name: Diff
0 commit comments