From b8934e49b30136415c114eef61bff55bbf33cc68 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:24:55 +0800 Subject: [PATCH] ci: update artifact actions to v6 Co-Authored-By: Codex --- .github/workflows/drift-check.yml | 6 +++--- pyproject.toml | 2 +- qsl.toml | 2 +- tests/test_drift_workflow_config.py | 4 ++-- tests/test_qsl_compat_metadata.py | 2 +- uv.lock | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/drift-check.yml b/.github/workflows/drift-check.yml index a2a72bf..7bc6c2f 100644 --- a/.github/workflows/drift-check.yml +++ b/.github/workflows/drift-check.yml @@ -186,7 +186,7 @@ jobs: PY - name: Upload lifecycle preflight artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }} path: ${{ runner.temp }}/lifecycle-preflight-bundle @@ -199,7 +199,7 @@ jobs: contents: read issues: write id-token: write - uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@6b887d9954eb656141597eac077ca22053a525ef + uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b939522701b527096e5d028346e777714466bcc5 with: strategy_domain: crypto caller_event_name: ${{ github.event_name }} @@ -208,7 +208,7 @@ jobs: snapshot_checkout_path: external/CryptoLivePoolPipelines snapshot_repository_ref: ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }} ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }} - quant_platform_kit_ref: 6b887d9954eb656141597eac077ca22053a525ef + quant_platform_kit_ref: b939522701b527096e5d028346e777714466bcc5 lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }} secrets: codex_audit_service_url: ${{ secrets.CODEX_AUDIT_SERVICE_URL }} diff --git a/pyproject.toml b/pyproject.toml index 49ca486..9fc3613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Shared crypto strategy catalog and implementations" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@6b887d9954eb656141597eac077ca22053a525ef", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b939522701b527096e5d028346e777714466bcc5", ] [tool.setuptools] diff --git a/qsl.toml b/qsl.toml index 57db265..3ac95a5 100644 --- a/qsl.toml +++ b/qsl.toml @@ -4,5 +4,5 @@ upgrade_ring = "ring_b" [compat] bundle = "2026.08.0" requires = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@6b887d9954eb656141597eac077ca22053a525ef", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b939522701b527096e5d028346e777714466bcc5", ] diff --git a/tests/test_drift_workflow_config.py b/tests/test_drift_workflow_config.py index d3042a5..8f12411 100644 --- a/tests/test_drift_workflow_config.py +++ b/tests/test_drift_workflow_config.py @@ -19,7 +19,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non assert "research_panel.csv.gz" in workflow assert "market_history.csv.gz" in workflow assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow - assert "ref: 6b887d9954eb656141597eac077ca22053a525ef" in workflow + assert "ref: b939522701b527096e5d028346e777714466bcc5" in workflow assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow assert "scripts/run_walk_forward_backtest.py" in workflow assert '"--list-profiles"' in workflow @@ -29,7 +29,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non assert "Upload lifecycle preflight artifact" in workflow assert "lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" in workflow assert workflow.count("github.ref == format('refs/heads/{0}', github.event.repository.default_branch)") == 2 - assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@6b887d9954eb656141597eac077ca22053a525ef" in workflow + assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b939522701b527096e5d028346e777714466bcc5" in workflow assert "strategy_domain: crypto" in workflow assert "snapshot_repository: QuantStrategyLab/CryptoLivePoolPipelines" in workflow assert "snapshot_checkout_path: external/CryptoLivePoolPipelines" in workflow diff --git a/tests/test_qsl_compat_metadata.py b/tests/test_qsl_compat_metadata.py index d9e1a25..77f1ec6 100644 --- a/tests/test_qsl_compat_metadata.py +++ b/tests/test_qsl_compat_metadata.py @@ -3,7 +3,7 @@ ROOT = Path(__file__).resolve().parents[1] -QPK_REVISION = "6b887d9954eb656141597eac077ca22053a525ef" +QPK_REVISION = "b939522701b527096e5d028346e777714466bcc5" QPK_URL = ( "quant-platform-kit @ git+https://github.com/QuantStrategyLab/" f"QuantPlatformKit.git@{QPK_REVISION}" diff --git a/uv.lock b/uv.lock index acb090b..e540bd1 100644 --- a/uv.lock +++ b/uv.lock @@ -11,9 +11,9 @@ dependencies = [ ] [package.metadata] -requires-dist = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=6b887d9954eb656141597eac077ca22053a525ef" }] +requires-dist = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b939522701b527096e5d028346e777714466bcc5" }] [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=6b887d9954eb656141597eac077ca22053a525ef#6b887d9954eb656141597eac077ca22053a525ef" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b939522701b527096e5d028346e777714466bcc5#b939522701b527096e5d028346e777714466bcc5" }