chore(deps): update actions/upload-artifact action to v5 (#22740)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-10 11:09:52 +08:00
committed by GitHub
parent 1f7cdc3915
commit b3981de4f0

View File

@@ -62,7 +62,7 @@ jobs:
# share website dist
- name: Upload artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: docs
path: docs/.vitepress/dist/
@@ -76,7 +76,7 @@ jobs:
# share pr number
- name: Upload pr number
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: pr
path: ./pr.txt