Skip to content

Commit 09abcaf

Browse files
authored
Merge pull request #293 from valkey-io/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 909d14d + 4fd11ff commit 09abcaf

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
@@ -141,7 +141,7 @@ jobs:
141141
path: '${{matrix.test-type}}*results.xml'
142142

143143
- name: Upload codecov coverage
144-
uses: codecov/codecov-action@v5
144+
uses: codecov/codecov-action@v6
145145
with:
146146
fail_ci_if_error: false
147147
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)