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 d0a0808 commit e901689Copy full SHA for e901689
2 files changed
.github/workflows/codecov.yml
@@ -56,7 +56,7 @@ jobs:
56
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
57
58
- name: Upload coverage report
59
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
60
with:
61
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
62
files: ./coverage.xml
.github/workflows/docs.yml
@@ -54,4 +54,4 @@ jobs:
54
steps:
55
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
0 commit comments