From 11c11ffe6116722a055f237379ecd1a888bae950 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Sat, 22 Feb 2025 14:42:51 +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 913d896..e9e5c68 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@v4 + - uses: actions/upload-pages-artifact@v3 with: path: ./docs/api/