From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 03:27:10 +0000 (+0800) Subject: chore(deps): update actions/upload-artifact action to v5 (#14022) X-Git-Tag: v3.5.23~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c35e880f7f6cb55bd9fc824e1bf4509aaf5733c1;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update actions/upload-artifact action to v5 (#14022) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/size-data.yml b/.github/workflows/size-data.yml index b6168b0a05..3d98498230 100644 --- a/.github/workflows/size-data.yml +++ b/.github/workflows/size-data.yml @@ -45,7 +45,7 @@ jobs: echo ${{ github.base_ref }} > ./temp/size/base.txt - name: Upload Size Data - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: size-data path: temp/size