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 f3e95d9 commit aa8e486Copy full SHA for aa8e486
.github/workflows/pre-release.yml
@@ -62,7 +62,7 @@ jobs:
62
run: .maint/ci/install_extras.sh
63
- name: Run tests
64
run: .maint/ci/check.sh
65
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
66
with:
67
file: coverage.xml
68
if: ${{ always() }}
.github/workflows/stable.yml
@@ -65,7 +65,7 @@ jobs:
69
70
71
0 commit comments