diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 527a5812..b24480e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: uses: actions/upload-artifact@v4 if: always() with: - name: junit-xml-${{ matrix.python }}-${{ matrix.os }} + name: junit-xml--${{ github.event.repository.name }}--${{github.run_id}}--${{github.run_attempt}}--${{ matrix.python }}--${{ matrix.os }} path: junit-xml retention-days: 30