workflows: Fix libclang-abi test after update to use download-artifac… (#64877)

workflows: Fix libclang-abi test after update to use download-artifact v3
This commit is contained in:
Tom Stellard 2023-08-28 09:38:27 -07:00 committed by GitHub
parent b4b42bd652
commit 99fb0af80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,10 +146,12 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build-baseline
path: build-baseline
- name: Download latest
uses: actions/download-artifact@v3
with:
name: build-latest
path: build-latest
- name: Install abi-compliance-checker
run: sudo apt-get install abi-compliance-checker