From 66f85649011f61c26b9060c060cda480045696c2 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:41:09 +0000 Subject: [PATCH] ci: Use the latest v3 contract test harness Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com> --- .github/workflows/common_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_ci.yml b/.github/workflows/common_ci.yml index c68d6850..c39f75f7 100644 --- a/.github/workflows/common_ci.yml +++ b/.github/workflows/common_ci.yml @@ -66,7 +66,7 @@ jobs: enable_persistence_tests: 'true' test_service_port: ${{ env.TEST_SERVICE_PORT }} token: ${{ secrets.GITHUB_TOKEN }} - version: v3.0.0-alpha.6 + version: v3 - name: Upload test service logs uses: actions/upload-artifact@v4