We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2d8c8 commit f892715Copy full SHA for f892715
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
run: npm run test:ci
68
69
- name: Upload coverage
70
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@5.4.3
71
72
lint:
73
needs: build # Require build to complete before running tests
0 commit comments