Skip to content

Commit 5248024

Browse files
committed
copy-paste error
1 parent e52666a commit 5248024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
path: ${{env.transcript_test_results}}
238238
key: transcripts-results-${{ matrix.os }}-${{ hashFiles('**/stack.yaml', '**/package.yaml', '**/*.hs')}}-${{ hashFiles('**/unison-src/**/*.md', '**/unison-src/**/*.u') }}
239239
- name: restore binaries
240-
uses: actions/download-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
240+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
241241
if: steps.cache-transcript-test-results.outputs.cache-hit != 'true'
242242
with:
243243
path: ${{env.ucm_local_bin}}
@@ -334,7 +334,7 @@ jobs:
334334
key: runtime-tests-codebase-${{env.runtime_tests_causalhash}}
335335
restore-keys: runtime-tests-codebase-
336336
- name: restore binaries
337-
uses: actions/download-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
337+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
338338
if: steps.cache-transcript-test-results.outputs.cache-hit != 'true'
339339
with:
340340
path: ${{env.ucm_local_bin}}

0 commit comments

Comments
 (0)