Skip to content

Commit ad5389e

Browse files
Update codecov/codecov-action action to v5
1 parent fc0dc71 commit ad5389e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- run: npm install
1818
- run: npm test
1919
- run: npm run coverage
20-
- uses: codecov/codecov-action@v4
20+
- uses: codecov/codecov-action@v5
2121
with:
2222
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)