Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5.1.1 (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent fc92c9e commit 252c2df
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 @@ -105,7 +105,7 @@ jobs:
with:
report_paths: 'miner/build/test-results/test/*.xml'
- name: Publish coverage on CodeCov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
with:
report_paths: 'viewer/build/test-results/test/*.xml'
- name: Publish coverage on CodeCov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 252c2df

Please sign in to comment.