workflows: Fix libclang-abi test after update to use download-artifac… (#64877)
authorTom Stellard <tstellar@redhat.com>
Mon, 28 Aug 2023 16:38:27 +0000 (09:38 -0700)
committerTobias Hieta <tobias@hieta.se>
Wed, 30 Aug 2023 15:07:16 +0000 (17:07 +0200)
workflows: Fix libclang-abi test after update to use download-artifact v3

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

index 41896d4..155a1fc 100644 (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