From 530ed2c9b8e7b46db7acf98b7e543836a040586e Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Tue, 23 Jan 2024 11:26:59 -0500 Subject: [PATCH] use correct artifact name in test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee4acde..9165e88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -191,7 +191,7 @@ jobs: - name: 'Download merged artifacts' uses: actions/download-artifact@v4 with: - name: Merged-Artifacts + name: merged-artifacts path: all-merged-artifacts - name: 'Check merged artifact has directories for each artifact' run: |