From f5d13ad483649c0cc8a31d2769732e2c6ffd1b44 Mon Sep 17 00:00:00 2001 From: EddeCCC Date: Wed, 27 Nov 2024 09:36:11 +0100 Subject: [PATCH] fix step name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d632d76..1b2b88f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v3 with: - name: dependency-check-report-eum-server + name: dependency-check-report-baselining path: ${{ github.workspace }}/reports # if DependencyCheck failed, the job should also fail, but only after the results were uploaded - name: Validate DependencyCheck outcome