diff --git a/.github/actions/download-artifacts/action.yml b/.github/actions/download-artifacts/action.yml index be0e4f5c1..60fa32402 100644 --- a/.github/actions/download-artifacts/action.yml +++ b/.github/actions/download-artifacts/action.yml @@ -27,7 +27,8 @@ runs: commit: ${{ inputs.git_sha }} workflow_conclusion: success workflow: "ci-gh-${{ inputs.device }}-build-and-test.yml" - name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}" + # name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}" + name: "legate.core-${{ inputs.device }}-${{ inputs.git_sha }}" name_is_regexp: true - if: steps.cache.outputs.cache-hit != 'true'