We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2614a91 commit f91b6e0Copy full SHA for f91b6e0
.github/workflows/node.js.yml
@@ -52,7 +52,7 @@ jobs:
52
path: junit.xml # Path to test results
53
reporter: jest-junit # Format of test results
54
fail-on-error: 'false'
55
- - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
56
name: Upload Coverage Results
57
if: ${{ matrix.node-version == '20.x' }}
58
- name: Rename test file
0 commit comments