diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 12553bf..83530e2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -39,7 +39,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov youtubeaio tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.1 with: include-hidden-files: true name: coverage-${{ matrix.python }}