We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50f50c commit de0e154Copy full SHA for de0e154
1 file changed
.github/workflows/nodejs.yml
@@ -98,7 +98,7 @@ jobs:
98
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
99
env:
100
CI: true
101
- - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
102
if: ${{ matrix.eslint-version == 8 }}
103
with:
104
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments