Skip to content

Commit bd0e281

Browse files
build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#355)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e127529 commit bd0e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run test:gen-cov
3030

3131
- name: "unit(test): upload coverage to CodeCov"
32-
uses: codecov/codecov-action@v4.5.0
32+
uses: codecov/codecov-action@v4.6.0
3333
with:
3434
directory: ./coverage
3535
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)