Skip to content

Commit 17abe0f

Browse files
authored
Merge pull request #127 from valkey-io/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents c490780 + 9b0b30e commit 17abe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
path: '${{matrix.test-type}}*results.xml'
129129

130130
- name: Upload codecov coverage
131-
uses: codecov/codecov-action@v4
131+
uses: codecov/codecov-action@v5
132132
with:
133133
fail_ci_if_error: false
134134
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)