diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index f80d9270a3b..22d8e4be5c1 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -638,7 +638,7 @@ jobs: - name: Download program artifacts uses: actions/download-artifact@v4 with: - name: compilation_artifact_* + pattern: compilation_artifact_* path: ./artifacts - name: Move compilation artifacts