mirror of https://github.com/vuejs/core.git
chore(deps): update actions/upload-artifact action to v5 (#14022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
90d3ff4dec
commit
c35e880f7f
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
echo ${{ github.base_ref }} > ./temp/size/base.txt
|
echo ${{ github.base_ref }} > ./temp/size/base.txt
|
||||||
|
|
||||||
- name: Upload Size Data
|
- name: Upload Size Data
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: size-data
|
name: size-data
|
||||||
path: temp/size
|
path: temp/size
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue