From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:14:10 +0000 (+0800) Subject: chore(deps): update dawidd6/action-download-artifact action to v9 (#13098) X-Git-Tag: v3.6.0-alpha.1~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93d663a0462d37d2678f0a2198425703749950ec;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dawidd6/action-download-artifact action to v9 (#13098) 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 aa497cf0b5..66b5ad0ef2 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@v7 + uses: dawidd6/action-download-artifact@v9 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@v7 + uses: dawidd6/action-download-artifact@v9 with: branch: ${{ steps.pr-base.outputs.content }} workflow: size-data.yml