We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844bb57 commit 3696a8eCopy full SHA for 3696a8e
1 file changed
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npm test
41
42
- name: "unit(test): upload coverage to CodeCov"
43
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
44
with:
45
directory: ./coverage
46
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments