diff --git a/.github/workflows/run-python-tests-epas.yml b/.github/workflows/run-python-tests-epas.yml index f510f3e2b..53f15553b 100644 --- a/.github/workflows/run-python-tests-epas.yml +++ b/.github/workflows/run-python-tests-epas.yml @@ -287,5 +287,5 @@ jobs: if: success() || failure() uses: actions/upload-artifact@v4 with: - name: regression-log-epas${{ matrix.pgver }} + name: regression-log-epas-${{ matrix.os }}-pg${{ matrix.pgver }} path: web/regression/regression.log diff --git a/docs/en_US/release_notes_8_6.rst b/docs/en_US/release_notes_8_6.rst index 45fe3b913..25dcab90c 100644 --- a/docs/en_US/release_notes_8_6.rst +++ b/docs/en_US/release_notes_8_6.rst @@ -29,5 +29,5 @@ Housekeeping Bug fixes ********* + | `Issue #7282 `_ - Fixed an XSS vulnerability in the /settings/store endpoint. | `Issue #7294 `_ - Fixed an issue where double dollar quoted code is treated as string in syntax highlighter. -