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 }}