Skip to content

Commit

Permalink
Merge pull request #462 from temporalio/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
rustatian authored Feb 1, 2024
2 parents 511ef4c + ced7cfa commit a52976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
sed -i '2,${/roadrunner/!d}' summary.txt
- name: upload to codecov
uses: codecov/codecov-action@v3 # Docs: <https://github.com/codecov/codecov-action>
uses: codecov/codecov-action@v4 # Docs: <https://github.com/codecov/codecov-action>
with:
file: ./coverage/summary.txt
fail_ci_if_error: false

0 comments on commit a52976e

Please sign in to comment.