File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 - name : Upload audit report
4646 uses : actions/upload-artifact@v4
4747 with :
48- name : audit-report-${{ matrix.workspace.name }}
48+ name : audit-report-${{ matrix.workspace }}
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 #
9999 - name : Upload audit report
100100 uses : actions/upload-artifact@v4
101101 with :
102- name : audit-report-${{ matrix.workspace.name }}
102+ name : audit-report-${{ matrix.workspace }}
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 #
You can’t perform that action at this time.
0 commit comments