diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cca85c9..4a15f26 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -59,10 +59,10 @@ jobs: - name: Upload artifact if: github.event_name == 'push' && github.ref == 'refs/heads/master' - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: docs/.vitepress/dist - name: Deploy to GitHub Pages if: github.event_name == 'push' && github.ref == 'refs/heads/master' - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 diff --git a/package.json b/package.json index abdb016..94d0a47 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,7 @@ "Amal Khezami ", "Anastasi Bakolias ", "Azharuddin ", + "Bart Schriever <35870713+bartschriever@users.noreply.github.com>", "Bas ", "Blair Anderson ", "Brian Hartvigsen ", diff --git a/src/clients/core/tickets.js b/src/clients/core/tickets.js index 30e5aac..fabb102 100644 --- a/src/clients/core/tickets.js +++ b/src/clients/core/tickets.js @@ -133,7 +133,7 @@ const {Client} = require('../client'); * @property {string} name - The name of the collaborator. */ -/** +/** * @typedef {object} Via * @property {string} [channel] - How the ticket or event was created expressed as a via type or via id * @property {object} source - For some channels a source object gives more information about how or why the ticket or event was created