Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4.0.1 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 2061524 commit c4b0a17
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/[email protected].0
uses: codecov/[email protected].1
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/[email protected].0
uses: codecov/[email protected].1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit c4b0a17

Please sign in to comment.