From 27ebe57f4e8b1afdd00368fe78a5bcbb9af839c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:20:43 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 950cca3..e48ae44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Run tests and collect coverage run: pytest --timeout=300 --junitxml=junit/test-results.xml --cov=relay --cov=tests --cov-report=xml --cov-report=html - name: Upload pytest test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pytest-results path: junit/test-results.xml