Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
ernado authored Sep 14, 2023
2 parents 6a6ace1 + 259ce07 commit 8d4fa9c
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@v3
uses: codecov/codecov-action@v4
with:
file: profile.out

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

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

0 comments on commit 8d4fa9c

Please sign in to comment.