Skip to content

Commit 965f29f

Browse files
Bump codecov/codecov-action from 5.5.0 to 5.5.1 (#1040)
1 parent f15abc7 commit 965f29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci --ignore-scripts
2828
- run: ./node_modules/.bin/c8 --reporter=lcovonly npm test
29-
- uses: codecov/[email protected].0
29+
- uses: codecov/[email protected].1
3030
with:
3131
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
3232

0 commit comments

Comments
 (0)