From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:15:44 +0000 (+0800) Subject: chore(deps): update dawidd6/action-download-artifact action to v11 (#13774) X-Git-Tag: v3.5.19~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bdb2b4693b4ec88e10afb802dc2289728325203;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dawidd6/action-download-artifact action to v11 (#13774) 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 31e54de5d0..eba9759c3d 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@v9 + uses: dawidd6/action-download-artifact@v11 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@v9 + uses: dawidd6/action-download-artifact@v11 with: branch: ${{ steps.pr-base.outputs.content }} workflow: size-data.yml