**ci(workflows): downgrade upload-pages-artifact action to v2**

### Changes:
- **github-pages.yml**:
  - Downgraded `actions/upload-pages-artifact` from `v3` to `v2`.

### Purpose:
Reverted to `v2` of the `upload-pages-artifact` action to maintain compatibility with existing workflows or address potential issues introduced in `v3`.
This commit is contained in:
David Snelling 2025-06-20 14:18:35 -07:00
parent 0fec77057a
commit 982609e001

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: './examples' # Upload the examples directory