From bc8ad577ae8ea7f1013af50c62a329807dcde4f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:18:37 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6da2200..bbfa56f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -109,7 +109,7 @@ jobs: . venv/bin/activate pytest --log-level info tests/ --cov='airos/' - name: Upload coverage artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ matrix.python-version }} path: .coverage @@ -164,7 +164,7 @@ jobs: . venv/bin/activate uv pip install -r requirements.txt -r requirements-test.txt - name: Download all coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-* merge-multiple: true