diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 456b965..c29d4c3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -61,7 +61,7 @@ jobs: - run: node scripts/site-ci.ts assemble env: GH_TOKEN: ${{ github.token }} - - uses: actions/upload-pages-artifact@v4 + - uses: actions/upload-pages-artifact@v5 with: path: site/ - uses: actions/upload-artifact@v7 @@ -102,4 +102,4 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Deploy current site id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file