From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:05:19 +0000 (-0500) Subject: chore(deps): update actions/upload-artifact action to v3 (#9153) X-Git-Tag: v3.3.5~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=323d2cebba816831b32a5b5180985b68911a41fb;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update actions/upload-artifact action to v3 (#9153) 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 a9edfeb6e0..b96c71b971 100644 --- a/.github/workflows/size-data.yml +++ b/.github/workflows/size-data.yml @@ -45,7 +45,7 @@ jobs: if: ${{github.event_name == 'pull_request'}} run: echo ${{ github.event.number }} > ./pr.txt - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: ${{github.event_name == 'pull_request'}} with: name: pr-number