Skip to content

Commit

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

dep: bump codecov/codecov-action from 3 to 4
  • Loading branch information
c9s authored Aug 20, 2024
2 parents a1c77e4 + 57a68f8 commit 8911f88
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 @@ -94,7 +94,7 @@ jobs:
fail_on_error: true

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

Expand Down

0 comments on commit 8911f88

Please sign in to comment.