From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:07:19 +0000 (+0800) Subject: chore(deps): update dawidd6/action-download-artifact action to v6 (#11212) X-Git-Tag: v3.4.31~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261fb7ced144363947213af7be72ad9cbef0056f;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dawidd6/action-download-artifact action to v6 (#11212) 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 89541a50df..eb0d7d4fd8 100644 --- a/.github/workflows/size-report.yml +++ b/.github/workflows/size-report.yml @@ -36,14 +36,14 @@ jobs: run: pnpm install - name: Download Size Data - uses: dawidd6/action-download-artifact@v4 + uses: dawidd6/action-download-artifact@v6 with: name: size-data run_id: ${{ github.event.workflow_run.id }} path: temp/size - name: Download Previous Size Data - uses: dawidd6/action-download-artifact@v4 + uses: dawidd6/action-download-artifact@v6 with: branch: main workflow: size-data.yml