From: Soeren Apel Date: Tue, 5 Mar 2024 23:53:40 +0000 (+0100) Subject: build.yml: Download both v3 and v4 artifacts X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=9026e7b1d0b220239e4c15e7e664c6f25990e35f;p=sigrok-build.git build.yml: Download both v3 and v4 artifacts --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11ad5ee..5cb1a06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -533,7 +533,9 @@ jobs: # - build_sigrok-cli_macos steps: - - name: Download artifacts + - name: Download AppImage artifacts + uses: actions/download-artifact@v3 + - name: Download all other artifacts uses: actions/download-artifact@v4 - name: Inspect directory after downloading artifacts run: ls -alFR