mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
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:
4
.github/workflows/pr-docs-build.yml
vendored
4
.github/workflows/pr-docs-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user