Skip to content

Commit fff246d

Browse files
authored
Specify only major version of Codecov action
1 parent 67a42f8 commit fff246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm install
2929
- run: npm test
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v5.5.1
31+
uses: codecov/codecov-action@v5
3232
with:
3333
directory: ./typescript
3434
fail_ci_if_error: true

0 commit comments

Comments
 (0)