We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d7914 commit 51cf2a1Copy full SHA for 51cf2a1
.github/workflows/build.yml
@@ -33,6 +33,6 @@ jobs:
33
yarn test
34
35
- name: Uploade CodeCov Report
36
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v4.3.0
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments