diff --git a/.github/workflows/run-python-tests-epas.yml b/.github/workflows/run-python-tests-epas.yml index c13cbdc54..f510f3e2b 100644 --- a/.github/workflows/run-python-tests-epas.yml +++ b/.github/workflows/run-python-tests-epas.yml @@ -280,7 +280,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@v4 with: - name: server-log-epas${{ matrix.pgver }} + name: server-log-epas-${{ matrix.os }}-pg${{ matrix.pgver }} path: var/pgadmin4.log - name: Archive regression log diff --git a/docs/en_US/release_notes_8_6.rst b/docs/en_US/release_notes_8_6.rst index c329081ae..45fe3b913 100644 --- a/docs/en_US/release_notes_8_6.rst +++ b/docs/en_US/release_notes_8_6.rst @@ -24,7 +24,7 @@ New features Housekeeping ************ - | `Issue #7213 `_ - Update UI library MUI from v4 to v5, more details `here `_ + | `Issue #7213 `_ - Update UI library MUI from v4 to v5, more details `here `_ Bug fixes