From fe5ed8b5d416e66d620b461501c0841cebff3e38 Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Wed, 30 Aug 2023 15:58:08 -0700 Subject: [PATCH] Update aws_doc_deploy.yml Fixes commit hash --- .github/workflows/aws_doc_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws_doc_deploy.yml b/.github/workflows/aws_doc_deploy.yml index 0f64442..1474788 100644 --- a/.github/workflows/aws_doc_deploy.yml +++ b/.github/workflows/aws_doc_deploy.yml @@ -19,7 +19,7 @@ jobs: with: submodules: true fetch-depth: 0 - - uses: actions/download-artifact@v9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: name: docs_folder -- GitLab