diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 595c25b..5a1e988 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: - name: 🚀 Run pytest run: uv run pytest --cov webrtc_models tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: include-hidden-files: true name: coverage-${{ matrix.python }}