diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 855a201d6..1f549f574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,13 +95,13 @@ jobs: - name: Upload eliot.log uses: actions/upload-artifact@v4 with: - name: eliot-${{ matrix.runs-on }}.log + name: "eliot-${{ matrix.os }}-Python-${{ matrix.python-version }}.log" path: eliot.log - name: Upload trial log uses: actions/upload-artifact@v4 with: - name: test-${{ matrix.runs-on }}.log + name: "test-${{ matrix.os }}-Python-${{ matrix.python-version }}.log" path: _trial_temp/test.log # Upload this job's coverage data to Coveralls. While there is a GitHub @@ -233,7 +233,7 @@ jobs: uses: actions/upload-artifact@v4 if: failure() with: - name: integration.eliot-${{ matrix.run-on }}.json + name: "integration.eliot-${{ matrix.os }}-Python-${{ matrix.python-version }}.json" path: integration.eliot.json packaging: diff --git a/newsfragments/4132.minor b/newsfragments/4132.minor index e69de29bb..8d1c8b69c 100644 --- a/newsfragments/4132.minor +++ b/newsfragments/4132.minor @@ -0,0 +1 @@ +