Skip to content

Commit

Permalink
[CI] update codecov action to v4 (#32260)
Browse files Browse the repository at this point in the history
**Description:** update codecov action to v4

**Link to tracking Issue:**
#32259
  • Loading branch information
kasia-kujawa authored Apr 10, 2024
1 parent 36084a9 commit 45fb967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,11 @@ jobs:
- name: Upload coverage report
uses: Wandalen/wretry.action@v3.2.0
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
attempt_limit: 10
attempt_delay: 15000

Expand Down

0 comments on commit 45fb967

Please sign in to comment.