diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be3b98a0..f77d0fa4 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.4.1 + uses: actions/upload-artifact@v4.4.2 with: name: coverage-${{ matrix.python }} path: .coverage