diff --git a/.github/workflows/testacc.yml b/.github/workflows/testacc.yml index b4a8eab8..96033831 100644 --- a/.github/workflows/testacc.yml +++ b/.github/workflows/testacc.yml @@ -80,5 +80,5 @@ jobs: uses: actions/upload-artifact@v4 if: always() with: - name: test-log + name: test-log-${{ matrix.os }} path: ${{ runner.temp }}/gotest-${{ matrix.os }}.log