1717 fail-fast : false
1818 matrix :
1919 include :
20- - docker_image : graphcore /poplar:3.2.0-ubuntu-20.04-20230314
20+ - docker_image : ghcr.io/juliaipu /poplar:3.2.0-ubuntu-20.04-20230314
2121 artifact_name : poplar-3.2.0
22- - docker_image : graphcore /poplar:3.3.0-ubuntu-20.04-20230703
22+ - docker_image : ghcr.io/juliaipu /poplar:3.3.0-ubuntu-20.04-20230703
2323 artifact_name : poplar-3.3.0
2424 steps :
2525 - name : " Install, g++, jq"
@@ -30,11 +30,11 @@ jobs:
3030 apt-get install -y g++ jq
3131 env :
3232 DEBIAN_FRONTEND : noninteractive
33- - uses : actions/checkout@v4
34- - uses : julia-actions/setup-julia@v1
33+ - uses : actions/checkout@v5
34+ - uses : julia-actions/setup-julia@v2
3535 with :
3636 version : " 1.7"
37- - uses : julia-actions/cache@v1
37+ - uses : julia-actions/cache@v2
3838 - name : " Export environment variables"
3939 # Starting from graphcore/poplar:3.3.0 some environment variables like `CPATH` and
4040 # `LD_LIBRARY_PATH`, which we need for building the bindings, are only set with the
6868 working-directory : ${{ github.workspace }}/deps/bb_recipe
6969 run : |
7070 julia --project=. --color=yes build_tarballs.jl --verbose
71- - uses : actions/upload-artifact@v4
71+ - uses : actions/upload-artifact@v5
7272 with :
7373 name : products-${{ matrix.artifact_name }}
7474 path : ${{ github.workspace }}/deps/bb_recipe/products
0 commit comments