diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9e14316..d23c76e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov src tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: coverage-${{ matrix.python }} path: .coverage