Skip to content

Commit

Permalink
ci: Revert "codecov-action" back to v3 (#28029)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Mar 19, 2024
1 parent 0e16efa commit 740d8e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Expand Up @@ -392,9 +392,8 @@ jobs:
merge-multiple: true

- name: Codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: coverage/lcov
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 740d8e9

Please sign in to comment.