diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e907018..86e8c2c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -42,7 +42,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov spothinta_api tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: coverage-${{ matrix.python }} include-hidden-files: true