Fix artifact archive error for EPAS tests on github workflows

This commit is contained in:
Aditya Toshniwal 2024-04-09 09:52:39 +05:30
parent b5e5f8ac4c
commit ed2a73f7ff
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@ New features
Housekeeping
************
| `Issue #7213 <https://github.com/pgadmin-org/pgadmin4/issues/7213>`_ - Update UI library MUI from v4 to v5, more details `here <https://github.com/pgadmin-org/pgadmin4/commit/f7045b58d4d1b98b6a2f035267d2dd01c7235aa6>`_
| `Issue #7213 <https://github.com/pgadmin-org/pgadmin4/issues/7213>`_ - Update UI library MUI from v4 to v5, more details `here <https://github.com/pgadmin-org/pgadmin4/commit/102e0a983956be57fdb63abb356b5b8fcb8b74ba>`_
Bug fixes