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.
2 parents fabb3d3 + c49096d commit f12b1f7Copy full SHA for f12b1f7
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
run: uv run python sdk/scripts/copy_docs.py sdk docs
38
39
- name: Create Pull Request
40
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
41
with:
42
token: ${{ secrets.DOCS_TOKEN }}
43
path: docs
.github/workflows/python.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Run tests with coverage
53
run: uv run pytest tests/unit/ -v --cov=src/fishaudio --cov-report=xml --cov-report=term
54
- name: Upload coverage to Codecov
55
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
56
if: matrix.python-version == '3.x'
57
58
files: ./coverage.xml
0 commit comments