From 8e1861d75930b6da8c3504894087ca98ed1488fe Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 4 Sep 2024 08:26:33 -0600 Subject: [PATCH] Fix artifact download --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0222a1a5..bc26ade8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: - name: GZLE01-report-${{ github.sha }} + name: GZLE01_report path: ./artifacts - name: Rename artifact run: |