From eb6861e2590743a840865d90d0d1adbf85723eb1 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:48:15 +0800 Subject: [PATCH] ci: update artifact actions to v7 Co-Authored-By: Codex --- .github/workflows/drift-check.yml | 8 ++++---- pyproject.toml | 2 +- qsl.toml | 2 +- tests/test_drift_workflow_config.py | 2 +- 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 343d4af..9296cb6 100644 --- a/.github/workflows/drift-check.yml +++ b/.github/workflows/drift-check.yml @@ -72,7 +72,7 @@ jobs: --end "$end_date" - name: Upload lifecycle preflight artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }} path: ${{ runner.temp }}/lifecycle-preflight-bundle @@ -80,7 +80,7 @@ jobs: retention-days: 14 - name: Upload normalized market input artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: hk-lifecycle-inputs-${{ github.run_id }}-${{ github.run_attempt }} path: ${{ runner.temp }}/hk-lifecycle-inputs @@ -94,7 +94,7 @@ jobs: contents: read issues: write id-token: write - uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b939522701b527096e5d028346e777714466bcc5 + uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@8b8ce3543c04bf12920e38b0f45d2b32a8896580 with: strategy_domain: hk_equity caller_event_name: ${{ github.event_name }} @@ -103,7 +103,7 @@ jobs: snapshot_checkout_path: external/HkEquitySnapshotPipelines snapshot_repository_ref: ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }} ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }} - quant_platform_kit_ref: b939522701b527096e5d028346e777714466bcc5 + quant_platform_kit_ref: 8b8ce3543c04bf12920e38b0f45d2b32a8896580 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 4af8e41..e51588f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b939522701b527096e5d028346e777714466bcc5", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8b8ce3543c04bf12920e38b0f45d2b32a8896580", ] [project.optional-dependencies] diff --git a/qsl.toml b/qsl.toml index 812c293..d3f0c68 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,5 +5,5 @@ upgrade_ring = "ring_b" bundle = "2026.08.0" requires = [ "pandas>=2.0", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b939522701b527096e5d028346e777714466bcc5", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8b8ce3543c04bf12920e38b0f45d2b32a8896580", ] diff --git a/tests/test_drift_workflow_config.py b/tests/test_drift_workflow_config.py index 14e11e3..4354e78 100644 --- a/tests/test_drift_workflow_config.py +++ b/tests/test_drift_workflow_config.py @@ -1,7 +1,7 @@ from pathlib import Path -QPK_REF = "b939522701b527096e5d028346e777714466bcc5" +QPK_REF = "8b8ce3543c04bf12920e38b0f45d2b32a8896580" def test_drift_workflow_builds_and_wires_lifecycle_preflight() -> None: diff --git a/tests/test_qsl_compat_metadata.py b/tests/test_qsl_compat_metadata.py index d128f60..01168ed 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 = "b939522701b527096e5d028346e777714466bcc5" +QPK_REVISION = "8b8ce3543c04bf12920e38b0f45d2b32a8896580" QPK_URL = ( "quant-platform-kit @ git+https://github.com/QuantStrategyLab/" f"QuantPlatformKit.git@{QPK_REVISION}" diff --git a/uv.lock b/uv.lock index d215c9e..a2de72f 100644 --- a/uv.lock +++ b/uv.lock @@ -40,7 +40,7 @@ test = [ requires-dist = [ { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b939522701b527096e5d028346e777714466bcc5" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8b8ce3543c04bf12920e38b0f45d2b32a8896580" }, ] provides-extras = ["test"] @@ -315,7 +315,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b939522701b527096e5d028346e777714466bcc5#b939522701b527096e5d028346e777714466bcc5" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8b8ce3543c04bf12920e38b0f45d2b32a8896580#8b8ce3543c04bf12920e38b0f45d2b32a8896580" } [[package]] name = "six"