diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6615e0a8..dff8112c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -50,6 +50,6 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v2 with: - name: debug.log.xz + name: ${{ matrix.database.name }}-debug.log.xz path: debug.log.xz retention-days: 1