From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 05:51:22 +0000 (+0800) Subject: chore(deps): update dawidd6/action-download-artifact action to v4 (#11065) X-Git-Tag: v3.4.28~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92db2a3009527d5c681fdb8961b9e3bfc3e56d81;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dawidd6/action-download-artifact action to v4 (#11065) 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 6e3dd4a0cb..016092409c 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@v3 + uses: dawidd6/action-download-artifact@v4 with: name: size-data run_id: ${{ github.event.workflow_run.id }} path: temp/size - name: Download Previous Size Data - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v4 with: branch: main workflow: size-data.yml