From e89fd8b7f6220bd760d3ffff1183d43127af0713 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Fri, 20 Jun 2025 14:04:58 -0700 Subject: [PATCH] **ci(workflows): update upload-pages-artifact action to v4** ### Changes: - **github-pages.yml**: - Updated `actions/upload-pages-artifact` from `v3` to `v4`. ### Purpose: Ensured compatibility with the latest version of the `upload-pages-artifact` action to leverage improvements and maintain long-term support. --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 40f548a2..85a9819b 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -24,7 +24,7 @@ jobs: uses: actions/configure-pages@v4 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: './examples' # Upload the examples directory