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 09ecf28 commit aefe441Copy full SHA for aefe441
.github/workflows/continuous-integration.yml
@@ -61,7 +61,7 @@ jobs:
61
env:
62
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
63
if: matrix.os == 'ubuntu-latest' && env.CODECOV_TOKEN != ''
64
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
65
with:
66
files: coverage/*/coverage.cobertura.xml
67
token: ${{ env.CODECOV_TOKEN }}
0 commit comments