Skip to content

Commit 5a70fe8

Browse files
authored
Merge pull request #51 from objectstack-ai/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 6a057b8 + 685ca97 commit 5a70fe8

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
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Upload coverage to Codecov
5656
if: matrix.node-version == '20.x'
57-
uses: codecov/codecov-action@v4
57+
uses: codecov/codecov-action@v5
5858
with:
5959
fail_ci_if_error: false
6060
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)