Skip to content

Commit 8be2dfb

Browse files
committed
ci: fix artifact uploads and downloads
1 parent 5180fdf commit 8be2dfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/audits.yml

+3-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)