diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 50a89684..e6e05b63 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -124,7 +124,7 @@ jobs: uses: actions/upload-artifact@v4 continue-on-error: true with: - name: scan-results + name: scan-results-${{ matrix.os }} path: | ${{ steps.scan.outputs.sarif }} *.json