From 92db2a3009527d5c681fdb8961b9e3bfc3e56d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:51:22 +0800 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v4 (#11065) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/size-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2