We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9e1ba commit fc4ad0dCopy full SHA for fc4ad0d
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- if: ${{ matrix.os == 'ubuntu-latest' }}
60
name: Upload coverage to Codecov
61
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
62
with:
63
token: ${{ secrets.CORE_CODECOV_TOKEN }}
64
flags: ${{ matrix.ci-project }}
0 commit comments