Skip to content

Commit 3cfdbe1

Browse files
authored
Merge pull request #5851 from sellout/fix-ci-warnings
Fix CI `download-artifact` “unknown input” warning
2 parents fee952d + 64c0c98 commit 3cfdbe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ jobs:
238238
with:
239239
path: ${{env.ucm_local_bin}}
240240
name: local-bin-${{matrix.os}}
241-
if-no-files-found: error
242241
- name: set built binaries permissions
243242
if: steps.cache-transcript-test-results.outputs.cache-hit != 'true'
244243
run: chmod +x ${{env.ucm_local_bin}}/*
@@ -335,7 +334,6 @@ jobs:
335334
with:
336335
path: ${{env.ucm_local_bin}}
337336
name: local-bin-${{ matrix.os }}
338-
if-no-files-found: error
339337
- name: set binaries permissions
340338
if: steps.cache-transcript-test-results.outputs.cache-hit != 'true'
341339
run: chmod +x ${{env.ucm_local_bin}}/*

0 commit comments

Comments
 (0)