Skip to content

Commit

Permalink
ci: all audits have paths
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jan 23, 2025
1 parent 8be2dfb commit 5879f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload audit report
uses: actions/upload-artifact@v4
with:
name: audit-reports
name: audit-report-${{ matrix.workspace.name }}
# > 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.
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
#
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Upload audit report
uses: actions/upload-artifact@v4
with:
name: audit-reports
name: audit-report-${{ matrix.workspace.name }}
# > 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.
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
#
Expand Down

0 comments on commit 5879f2d

Please sign in to comment.