From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:24:31 +0000 (+0800) Subject: chore(deps): update dawidd6/action-download-artifact action to v12 (#14277) X-Git-Tag: v3.6.0-beta.5~2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79500578130ed2dd8c5eb0713cfe416cf5efcaa;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dawidd6/action-download-artifact action to v12 (#14277) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/size-report.yml b/.github/workflows/size-report.yml index a75e68c1dc..a13387fb86 100644 --- a/.github/workflows/size-report.yml +++ b/.github/workflows/size-report.yml @@ -37,7 +37,7 @@ jobs: run: pnpm install - name: Download Size Data - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: name: size-data run_id: ${{ github.event.workflow_run.id }} @@ -56,7 +56,7 @@ jobs: path: temp/size/base.txt - name: Download Previous Size Data - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: branch: ${{ steps.pr-base.outputs.content }} workflow: size-data.yml