diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d66705..b0b9f53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov pypaperless tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: coverage-${{ matrix.python }} path: .coverage