From d216582ff9055ba32f565a6dfbda5ccbc302d8a7 Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Tue, 21 Dec 2021 17:59:24 +0900 Subject: [PATCH] Fix workflow file name (#4192) --- .github/workflows/analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 13a37a88..b8289116 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -54,7 +54,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 if: success() && github.event.number with: - workflow: bundle_analysis_upload.yml + workflow: analyze.yml branch: ${{ github.event.pull_request.base.ref }} name: bundle_analysis.json path: beta/.next/analyze/base/bundle