diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 3497d0056a2..7c1a8ecb406 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -36,16 +36,20 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Download Test Binaries - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: name: feldera-test-binaries-${{ matrix.target }} path: build + run_id: ${{ github.run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Download Compiler Binaries - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: name: feldera-sql-compiler path: sql-build + run_id: ${{ github.run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} # Remove if https://github.com/actions/upload-artifact/issues/38 ever gets fixed - name: Make binaries executable