Skip to content

Commit 5879f2d

Browse files
committed
ci: all audits have paths
1 parent 8be2dfb commit 5879f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audits.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload audit report
4646
uses: actions/upload-artifact@v4
4747
with:
48-
name: audit-reports
48+
name: audit-report-${{ matrix.workspace.name }}
4949
# > 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.
5050
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
5151
#
@@ -99,7 +99,7 @@ jobs:
9999
- name: Upload audit report
100100
uses: actions/upload-artifact@v4
101101
with:
102-
name: audit-reports
102+
name: audit-report-${{ matrix.workspace.name }}
103103
# > 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.
104104
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
105105
#

0 commit comments

Comments
 (0)