**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.
This commit is contained in:
parent
b5d73a54bf
commit
e89fd8b7f6
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@v4
|
||||
with:
|
||||
path: './examples' # Upload the examples directory
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue