Skip to content

Commit

Permalink
Merge pull request #1833 from c9s/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5

dep: bump codecov/codecov-action from 4 to 5
  • Loading branch information
c9s authored Nov 18, 2024
2 parents 1101172 + a2ec044 commit b0146b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
fail_on_error: true

- name: Upload Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./coverage.txt,./coverage_dnum.txt

Expand Down

0 comments on commit b0146b0

Please sign in to comment.