From d95c67957d813e50192bd36df8651e9846396595 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Fri, 12 Apr 2024 16:02:19 +0200 Subject: [PATCH] chore(action.yml): use unique name for uploaded artifact. Signed-off-by: Federico Di Pierro --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b6d2341..554f1bd 100644 --- a/action.yml +++ b/action.yml @@ -109,5 +109,5 @@ runs: if: always() # note: upload the report even if tests fail uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: - name: falcosecurity-testing-report + name: falcosecurity-testing-report-${{ runner.arch }} path: ${{ steps.run-tests.outputs.report }}