Skip to content

Commit

Permalink
Merge pull request #796 from kakao/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4.4.1

build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1
  • Loading branch information
ijsong authored May 27, 2024
2 parents d794073 + 693b3fc commit b1868df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
make generate_coverage_profile
- name: Upload coverage to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out,./coverage.xml
Expand Down

0 comments on commit b1868df

Please sign in to comment.