We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a42f8 commit fff246dCopy full SHA for fff246d
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.5.1
+ uses: codecov/codecov-action@v5
32
with:
33
directory: ./typescript
34
fail_ci_if_error: true
0 commit comments