Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 5.0.5 to 5.0.7
  • Loading branch information
ijsong authored Nov 26, 2024
2 parents fc9379e + 63cd794 commit 42576ef
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/codecov-action@v5.0.5
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out,./coverage.xml
Expand Down

0 comments on commit 42576ef

Please sign in to comment.