Skip to content

Commit 76917cb

Browse files
committed
ci: fix artifact download in test-convert job
Update artifact download configuration to use correct artifact name: - Change from rpm-packages-x86_64 to build-output-x86_64 - Update download-artifact action from v4 to v8 for consistency - Add merge-multiple: false to prevent unwanted merging behavior Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
1 parent d110b8b commit 76917cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-rpm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,11 @@ jobs:
236236
"
237237
238238
- name: Download artifacts
239-
uses: actions/download-artifact@v4
239+
uses: actions/download-artifact@v8
240240
with:
241-
name: rpm-packages-x86_64
241+
name: build-output-x86_64
242242
path: ./rpm-packages/
243+
merge-multiple: false
243244

244245
- name: Install RPM packages
245246
run: |

0 commit comments

Comments
 (0)