diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ab53c68..1f04b92f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: cp ./docs/resources/secure-bridge.conflist ./cni/secure-bridge.conflist echo "server { default_scheduler_config { memory_oversubscription_enabled = true } }, client { cni_path = \"${{ github.workspace }}/cni/bin\", cni_config_dir = \"${{ github.workspace }}/cni\" }" > e2e-config.hcl - name: Download Poseidon binary - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: poseidon - name: Get current branch name