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 44029f9 commit b73b203Copy full SHA for b73b203
scripts/split_tox_gh_actions/templates/test_group.jinja
@@ -92,7 +92,7 @@
92
93
- name: Upload coverage to Codecov
94
if: {% raw %}${{ !cancelled() }}{% endraw %}
95
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
96
with:
97
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
98
files: coverage.xml
0 commit comments