From c54a86d7054774c8ddaf8384bbce8bddd4042b4a Mon Sep 17 00:00:00 2001 From: tdstein Date: Wed, 11 Dec 2024 09:52:58 -0500 Subject: [PATCH] ci: upgrade actions/deploy-pages and actions/upload-pages-artifact --- .github/workflows/site.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 2b6063bc..dc45c931 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -28,10 +28,10 @@ jobs: - uses: quarto-dev/quarto-actions/setup@v2 - run: make docs - uses: actions/configure-pages@v3 - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v3 with: path: "./docs/_site" - - uses: actions/deploy-pages@v2 + - uses: actions/deploy-pages@v4 preview: if: github.event_name == 'pull_request'