Skip to content

Commit

Permalink
Merge pull request #127 from valkey-io/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
aiven-sal authored Dec 2, 2024
2 parents c490780 + 9b0b30e commit 17abe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
path: '${{matrix.test-type}}*results.xml'

- name: Upload codecov coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 17abe0f

Please sign in to comment.