diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb6319c..3285d0f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest -v --cov-report xml:coverage.xml --cov src tests - 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.xml