We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdb508 commit 41a1611Copy full SHA for 41a1611
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
yarn test
33
34
- name: Uploade CodeCov Report
35
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.7
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
0 commit comments