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