We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2690a79 commit af69c27Copy full SHA for af69c27
1 file changed
.github/workflows/typescript.yaml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm install
29
- run: npm test
30
- name: Upload coverage to Codecov
31
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5
32
with:
33
directory: ./typescript
34
fail_ci_if_error: true
0 commit comments