File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ jobs:
5959
6060 - name : Upload artifact
6161 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
62- uses : actions/upload-pages-artifact@v2
62+ uses : actions/upload-pages-artifact@v3
6363 with :
6464 path : docs/.vitepress/dist
6565
6666 - name : Deploy to GitHub Pages
6767 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
68- uses : actions/deploy-pages@v2
68+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 105105 " Amal Khezami <khezamian@noreply.users.github.com>" ,
106106 " Anastasi Bakolias <spasiu@noreply.users.github.com>" ,
107107 " Azharuddin <gs-akhan@noreply.users.github.com>" ,
108+ " Bart Schriever <35870713+bartschriever@users.noreply.github.com>" ,
108109 " Bas <basdewachter@noreply.users.github.com>" ,
109110 " Blair Anderson <blairanderson@noreply.users.github.com>" ,
110111 " Brian Hartvigsen <tresni@noreply.users.github.com>" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ const {Client} = require('../client');
133133 * @property {string } name - The name of the collaborator.
134134 */
135135
136- /**
136+ /**
137137 * @typedef {object } Via
138138 * @property {string } [channel] - How the ticket or event was created expressed as a via type or via id
139139 * @property {object } source - For some channels a source object gives more information about how or why the ticket or event was created
You can’t perform that action at this time.
0 commit comments