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-4.0.1

chore(deps): bump codecov/codecov-action from 3.1.5 to 4.0.1
  • Loading branch information
ernado committed Feb 5, 2024
2 parents 8ea70d2 + 1ba9d26 commit 31c2db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
retention-days: 1

- name: Send coverage
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
with:
file: profile.out

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

- name: Send coverage
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
with:
file: profile.out

0 comments on commit 31c2db3

Please sign in to comment.