From 3f92126a26a544dfa69211cf2977556a2706bb2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:03:11 +0800 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (#10307) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/size-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3