diff --git a/.github/workflows/sample-workflow.yml b/.github/workflows/sample-workflow.yml index e583a82..0087b2d 100644 --- a/.github/workflows/sample-workflow.yml +++ b/.github/workflows/sample-workflow.yml @@ -37,5 +37,5 @@ jobs: - name: Upload alerts file as a workflow artifact uses: actions/upload-artifact@v4 with: - name: alerts + name: alerts-${{ matrix.os }} path: ${{ steps.msdo.outputs.sarifFile }}