We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf860a commit 4414b7fCopy full SHA for 4414b7f
1 file changed
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: npm test
40
41
- name: "unit(test): upload coverage to CodeCov"
42
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
43
with:
44
files: test/coverage.txt
45
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments