From 095d43b7e7fde4de676919805da252c17344ee03 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 18 Aug 2024 22:23:44 +0800 Subject: [PATCH] fix: ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4faaf3f..e69423e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: CDNJS_BASE_URL: https://cdnjs.baoshuo.ren/ajax/libs - name: Upload Build Output to Artifacts - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: ${{ github.workspace }}/out/ retention-days: 30