From bf9c1b12de80be75442ebc8c83fba2a8ba77cbb4 Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Fri, 26 Apr 2024 20:23:23 -0400 Subject: [PATCH] fix CI again --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 9a6668b..cd4f3f0 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -94,7 +94,7 @@ jobs: # touch docs/.nojekyll - name: Upload Artifacts - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v1 with: # this should match the `pages` option in your adapter-static options path: "packages/integrity-wallet/docs/"