From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 05:03:01 +0000 (+0800) Subject: chore(deps): update dawidd6/action-download-artifact action to v3 (#10308) X-Git-Tag: v3.4.19~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c845cb877ff79b61235d7528c2bf9a5a756d48;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dawidd6/action-download-artifact action to v3 (#10308) 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 78ae44bb7e..b6f1f4728b 100644 --- a/.github/workflows/size-report.yml +++ b/.github/workflows/size-report.yml @@ -36,7 +36,7 @@ jobs: run: pnpm install - name: Download PR number - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: name: pr-number run_id: ${{ github.event.workflow_run.id }} @@ -48,14 +48,14 @@ jobs: path: ./pr.txt - name: Download Size Data - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: name: size-data run_id: ${{ github.event.workflow_run.id }} path: temp/size - name: Download Previous Size Data - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: branch: main workflow: size-data.yml