Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4.1.0 (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent ab7e939 commit bb149f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
report_paths: 'miner/build/test-results/test/*.xml'
- name: Publish coverage on CodeCov
uses: codecov/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
with:
report_paths: 'viewer/build/test-results/test/*.xml'
- name: Publish coverage on CodeCov
uses: codecov/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit bb149f9

Please sign in to comment.