diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e37078f..6494c22 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.1 + uses: actions/upload-artifact@v4.3.2 with: name: coverage-${{ matrix.python }} path: .coverage