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 8c6a56f commit cce3199Copy full SHA for cce3199
.github/workflows/test.yml
@@ -49,6 +49,6 @@ jobs:
49
- name: Download all coverage data
50
uses: actions/download-artifact@v4.2.1
51
- name: Upload coverage report
52
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5.4.2
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments