Fix artifact archive error for EPAS tests on github workflows
parent
b5e5f8ac4c
commit
ed2a73f7ff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue