We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0146e5e commit e4cb3a3Copy full SHA for e4cb3a3
.github/workflows/test.yml
@@ -59,6 +59,6 @@ jobs:
59
60
- name: Coverage Report
61
if: inputs.runs-on == 'ubuntu-latest' && inputs.node-version == 20
62
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
+ uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
63
with:
64
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments