Skip to content

Commit

Permalink
Merge pull request #42 from google/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-3

Bump codecov/codecov-action from 2.1.0 to 3
  • Loading branch information
github-actions[bot] authored Apr 5, 2022
2 parents 02a5583 + 17655db commit edcfd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: make all
- name: test
run: make check
- uses: codecov/codecov-action@v2.1.0
- uses: codecov/codecov-action@v3
if: always()
with:
directory: .
Expand Down

0 comments on commit edcfd4a

Please sign in to comment.