From a7ba8a1c408096c31243b087957078edd5c30939 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:09:56 +0900 Subject: [PATCH] make.yml: Replace wrong *.yml ref --- .github/workflows/make.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 46a489c27..a74b7bf23 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -1,6 +1,6 @@ name: make -# spell-checker:ignore (abbrev/names) CACHEDIR CICD taiki +# spell-checker:ignore (abbrev/names) CACHEDIR taiki # spell-checker:ignore (env/flags) RUSTDOCFLAGS RUSTFLAGS CARGOFLAGS CLEVEL # spell-checker:ignore (jargon) deps softprops toolchain # spell-checker:ignore (people) dawidd dtolnay @@ -208,14 +208,14 @@ jobs: - name: Download the previous individual size result uses: dawidd6/action-download-artifact@v16 with: - workflow: CICD.yml + workflow: make.yml name: individual-size-result repo: uutils/coreutils path: dl - name: Download the previous size result uses: dawidd6/action-download-artifact@v16 with: - workflow: CICD.yml + workflow: make.yml name: size-result repo: uutils/coreutils path: dl