diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 040b33c6..04611656 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov src tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: coverage-${{ matrix.python }} path: .coverage