diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00c4843..ed70b20 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: - name: 🚀 Run pytest run: uv run pytest --cov go2rtc_client tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: include-hidden-files: true name: coverage-${{ matrix.python }}