From 494dfdb1ef93bf4ed5550e35f16d70719cf4f03c Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Sat, 22 Feb 2025 14:36:40 +0100 Subject: [PATCH] chore: Fix upload pages for api docs. --- .github/workflows/api-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-publish.yml b/.github/workflows/api-publish.yml index 38e6f2f..913d896 100644 --- a/.github/workflows/api-publish.yml +++ b/.github/workflows/api-publish.yml @@ -25,7 +25,7 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build:docs - - uses: actions/upload-pages-artifact@v2 + - uses: actions/upload-pages-artifact@v4 with: path: ./docs/api/