diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 641ac196..33040f24 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for git info - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 - name: Install Dependencies @@ -29,7 +29,7 @@ jobs: - name: Build Quartz run: npx quartz build - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: public