Skip to content

Commit 2d7cc13

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#30)
1 parent 616a697 commit 2d7cc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
pytest --cov=./slack_cli_hooks/ --cov-report=xml
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@v4
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
fail_ci_if_error: true

0 commit comments

Comments
 (0)