**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:
parent
0fec77057a
commit
982609e001
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue