From 7763879b3de854c234ebc2c4a73ed4b5c87cbedf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:29:32 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19e9135..3ba018c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: run: pdm run pytest -n auto -m "not (flaky or ui or external)" - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: # NOTE: this directory is defined in pyproject.toml name: allure-results @@ -100,7 +100,7 @@ jobs: npm-${{ runner.os }}-allure- - name: Download test results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: allure-results path: allure-results/