diff --git a/.github/workflows/others_testacc.yml b/.github/workflows/others_testacc.yml index 6e0ca8a7d..4e61a0e10 100644 --- a/.github/workflows/others_testacc.yml +++ b/.github/workflows/others_testacc.yml @@ -36,8 +36,8 @@ jobs: go-version: 'stable' - name: local tests run: | - wget https://github.com/outscale/osc-ricochet-2/releases/download/v0.2.0/osc-ricochet-2_v0.2.0_x86_64-unknown-linux-musl.tar.gz - tar -xvf osc-ricochet-2_v0.2.0_x86_64-unknown-linux-musl.tar.gz + wget https://github.com/outscale/osc-ricochet-2/releases/download/v0.3.2/osc-ricochet-2_v0.3.2_x86_64-unknown-linux-musl.tar.gz + tar -xvf osc-ricochet-2_v0.3.2_x86_64-unknown-linux-musl.tar.gz ./ricochet-2 ./ricochet.json & make test-locally