diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0ba8c74..8d2e46a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest -v --cov src tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: coverage-${{ matrix.python }} include-hidden-files: true