Skip to content

Commit 0eac3b4

Browse files
build(deps): bump codecov/codecov-action from 4 to 5 (#54)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61f8f03 commit 0eac3b4

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@v4
27+
uses: codecov/codecov-action@v5
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
fail_ci_if_error: true

0 commit comments

Comments
 (0)