Skip to content

Commit 99fb0af

Browse files
authored
workflows: Fix libclang-abi test after update to use download-artifac… (#64877)
workflows: Fix libclang-abi test after update to use download-artifact v3
1 parent b4b42bd commit 99fb0af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/libclang-abi-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,12 @@ jobs:
146146
uses: actions/download-artifact@v3
147147
with:
148148
name: build-baseline
149+
path: build-baseline
149150
- name: Download latest
150151
uses: actions/download-artifact@v3
151152
with:
152153
name: build-latest
154+
path: build-latest
153155

154156
- name: Install abi-compliance-checker
155157
run: sudo apt-get install abi-compliance-checker

0 commit comments

Comments
 (0)