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 c2f4dd8 commit b4cde34Copy full SHA for b4cde34
.github/workflows/analyze.yml
@@ -71,4 +71,6 @@ jobs:
71
with:
72
name: reports
73
- name: Upload to Codecov ☂️
74
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v4.1
75
+ with:
76
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments