Skip to content

Commit

Permalink
chore(action.yml): use unique name for uploaded artifact.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Apr 12, 2024
1 parent cd82bc6 commit d95c679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d95c679

Please sign in to comment.