Skip to content

Commit 54d0d87

Browse files
authoredJan 2, 2025··
build(deps): bump codecov/codecov-action from 4 to 5 (#137)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d98101a commit 54d0d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
always() &&
5252
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
5353
startsWith(github.repository, 'LizardByte/')
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v5
5555
with:
5656
fail_ci_if_error: true
5757
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.