From abb278e977609ee42519bb34c77e50b1c482a7c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 22:31:44 +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 868fe6b..1aeed92 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@v4 + uses: actions/upload-artifact@v6 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@v5 + uses: actions/download-artifact@v7 with: pattern: coverage-* merge-multiple: true