Skip to content

Commit

Permalink
Merge pull request #68 from go-faster/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-3

chore(deps): bump codecov/codecov-action from 2.1.0 to 3
  • Loading branch information
tdakkota authored Apr 6, 2022
2 parents 4d714a8 + 9be2a93 commit 30ebb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
retention-days: 1

- name: Send coverage
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
file: profile.out

Expand All @@ -94,6 +94,6 @@ jobs:
name: coverage

- name: Send coverage
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
file: profile.out

0 comments on commit 30ebb81

Please sign in to comment.