Skip to content

Commit

Permalink
Merge pull request #441 from ClickHouse/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
ernado authored Dec 6, 2024
2 parents 4b2a934 + 804c583 commit ebf4663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
retention-days: 1

- name: Send coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: profile.out

Expand All @@ -90,6 +90,6 @@ jobs:
name: coverage

- name: Send coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: profile.out

0 comments on commit ebf4663

Please sign in to comment.