File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
- name : Upload audit report
46
46
uses : actions/upload-artifact@v4
47
47
with :
48
- name : audit-reports
48
+ name : audit-report-${{ matrix.workspace.name }}
49
49
# > 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.
50
50
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
51
51
#
99
99
- name : Upload audit report
100
100
uses : actions/upload-artifact@v4
101
101
with :
102
- name : audit-reports
102
+ name : audit-report-${{ matrix.workspace.name }}
103
103
# > 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.
104
104
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
105
105
#
You can’t perform that action at this time.
0 commit comments