From e2999c9ec97f13e266e9c064a2991ce7384291a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:58:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2fb809c6..3d6cadec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov PyViCare - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: coverage-${{ matrix.python }} path: .coverage