diff --git a/.github/workflows/ficus.yml b/.github/workflows/ficus.yml index 8597bba9d..f61630705 100644 --- a/.github/workflows/ficus.yml +++ b/.github/workflows/ficus.yml @@ -148,7 +148,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y cmake build-essential pax gcc g++ nasm bison bzip2 flex mtools texinfo libgmp-dev libmpfr-dev libmpc-dev xorriso - name: Download toolchain - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: toolchain-ficus path: ${{github.workspace}}