We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c15ca commit 02917e0Copy full SHA for 02917e0
.github/workflows/ci.yaml
@@ -53,7 +53,7 @@ jobs:
53
- name: 🚀 Run pytest
54
run: uv run pytest --cov go2rtc_client tests
55
- name: ⬆️ Upload coverage artifact
56
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.5.0
57
with:
58
include-hidden-files: true
59
name: coverage-${{ matrix.python }}
0 commit comments