Skip to content

Commit

Permalink
ci: Upgrade "codecov-action" to v4.1.0 (#27974)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Mar 17, 2024
1 parent b29b012 commit ab27756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -382,7 +382,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
sparse-checkout: codecov.yml
filter: blob:none # we don't need all blobs

- name: Download coverage reports
Expand All @@ -393,8 +392,9 @@ jobs:
merge-multiple: true

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

0 comments on commit ab27756

Please sign in to comment.