From e3fb3d1186f55a4cad08285e6b4f6893e5c1c5e7 Mon Sep 17 00:00:00 2001 From: Denis Badurina Date: Thu, 23 Jan 2025 16:10:55 +0100 Subject: [PATCH] ci(audits): workspace in matrix is the name --- .github/workflows/audits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audits.yml b/.github/workflows/audits.yml index 0134bd1..5bc9c0e 100644 --- a/.github/workflows/audits.yml +++ b/.github/workflows/audits.yml @@ -45,7 +45,7 @@ jobs: - name: Upload audit report uses: actions/upload-artifact@v4 with: - name: audit-report-${{ matrix.workspace.name }} + name: audit-report-${{ matrix.workspace }} # > 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 # @@ -99,7 +99,7 @@ jobs: - name: Upload audit report uses: actions/upload-artifact@v4 with: - name: audit-report-${{ matrix.workspace.name }} + name: audit-report-${{ matrix.workspace }} # > 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 #