We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7ee0f commit 22745e4Copy full SHA for 22745e4
1 file changed
.github/workflows/build-package.yml
@@ -69,6 +69,6 @@ jobs:
69
nox -s test
70
- name: Upload coverage reports to Codecov ⛱️
71
if: ${{ matrix.platform == 'ubuntu-latest' }}
72
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.2
73
env:
74
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments