From 2fbbb8a5c4f1387fa13110f17cf958b443a8850b Mon Sep 17 00:00:00 2001 From: eecavanna Date: Fri, 13 Dec 2024 11:55:11 -0800 Subject: [PATCH] Update name of GHA artifact to match name in consuming workflow --- .github/workflows/compile-home-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-home-docs.yml b/.github/workflows/compile-home-docs.yml index fd1cf45..7e73878 100644 --- a/.github/workflows/compile-home-docs.yml +++ b/.github/workflows/compile-home-docs.yml @@ -36,7 +36,7 @@ jobs: - name: Save the HTML for publishing later # Docs: https://github.com/actions/upload-artifact uses: actions/upload-artifact@v4 with: - name: current-home-documentation-as-html + name: home-docs-as-html # Note: Relative `path` values here are relative to the _workspace_, not to the current working directory. # Reference: https://github.com/actions/upload-artifact/pull/477#issue-2044900649 path: content/home/_build/html