From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:39:39 +0000 (+0800) Subject: chore(deps): update dawidd6/action-download-artifact action to v7 (#12690) X-Git-Tag: v3.5.14~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4170dec5a1bdba4e4f9de87c94fb6c677622cf9d;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dawidd6/action-download-artifact action to v7 (#12690) 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 f9d2052b69..0bfe4649e3 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@v6 + uses: dawidd6/action-download-artifact@v7 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@v6 + uses: dawidd6/action-download-artifact@v7 with: branch: ${{ steps.pr-base.outputs.content }} workflow: size-data.yml