From a736d8d9849c8bddbc5ffd8131bd14419e13e0d7 Mon Sep 17 00:00:00 2001 From: "Steven T. Cramer" Date: Thu, 17 Oct 2024 06:53:10 +0700 Subject: [PATCH] build: Update GitHub Pages artifact upload action to v2 --- .github/workflows/publish-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 63ef5deb1..7dc92c232 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -59,7 +59,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v2 with: # Upload entire repository path: './Documentation/_site'