We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f241bfe commit 7a033f9Copy full SHA for 7a033f9
1 file changed
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Upload to Codecov
58
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.7 && github.repository == 'executablebooks/sphinx-book-theme'
59
- uses: codecov/codecov-action@v3.1.0
+ uses: codecov/codecov-action@v3.1.1
60
with:
61
name: ebp-sbt-pytests-py3.7
62
flags: pytests
0 commit comments