We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36aeb7b + a47ccba commit f0ff5eeCopy full SHA for f0ff5ee
.github/workflows/main.yaml
@@ -73,7 +73,7 @@ jobs:
73
CREATE_REPRODUCTION_REPORT: "${{ matrix.os == 'ubuntu-latest' && '1' || '0' }}"
74
- name: Upload coverage to Codecov
75
if: always()
76
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
77
with:
78
token: ${{ secrets.CODECOV_TOKEN }}
79
- name: Upload test results to Codecov
0 commit comments