From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 05:03:11 +0000 (+0800) Subject: chore(deps): update actions/upload-artifact action to v4 (#10307) X-Git-Tag: v3.4.19~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f92126a26a544dfa69211cf2977556a2706bb2c;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update actions/upload-artifact action to v4 (#10307) 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 bb82aa18d5..42d4aa52f9 100644 --- a/.github/workflows/size-data.yml +++ b/.github/workflows/size-data.yml @@ -36,7 +36,7 @@ jobs: - run: pnpm run size - name: Upload Size Data - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: size-data path: temp/size @@ -45,7 +45,7 @@ jobs: if: ${{github.event_name == 'pull_request'}} run: echo ${{ github.event.number }} > ./pr.txt - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{github.event_name == 'pull_request'}} with: name: pr-number