mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-22 23:23:57 -06:00
Fix artifact archive error for EPAS tests on github workflows
This commit is contained in:
parent
b5e5f8ac4c
commit
ed2a73f7ff
2
.github/workflows/run-python-tests-epas.yml
vendored
2
.github/workflows/run-python-tests-epas.yml
vendored
@ -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
Block a user