From 1ffbd688db144bbd8f36d3b1730a44ed646cb516 Mon Sep 17 00:00:00 2001 From: Martin Redolatti Date: Wed, 21 Feb 2024 20:58:20 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5cbf669..cf59704f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: vulnerability_report + name: vulnerability_report_${{ matrix.app }}${{ matrix.fips_mode == 'enabled' && '-fips' || '' }} path: split-${{ matrix.app }}${{ matrix.fips_mode == 'enabled' && '-fips' || '' }}.html retention-days: 7 overwrite: true