From a04a9e2814e0c90ff7f02a4b976597acef15d0b6 Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 21 Aug 2026 00:55:07 +0200 Subject: [PATCH] build(deps): update pytest workflow actions --- .github/workflows/pytest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index fa6452bc..cb510ae5 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.13.9" @@ -35,7 +35,7 @@ jobs: uv run pytest --finalize --check-config-side-effect -vs --cov src --cov-report term-missing - name: Upload test artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: optimize-results path: tests/testdata/new_optimize_result*