diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b63ac76..b5a9416 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.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: coverage-${{ matrix.python }} include-hidden-files: true