diff --git a/.github/workflows/ficus.yml b/.github/workflows/ficus.yml index f90faabca..e37b4a8ce 100644 --- a/.github/workflows/ficus.yml +++ b/.github/workflows/ficus.yml @@ -174,7 +174,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}}