Skip to content

Commit

Permalink
Merge pull request #321 from kitsuyui/revert-320-renovate/codecov-cod…
Browse files Browse the repository at this point in the history
…ecov-action-4.x

Revert "chore(deps): update codecov/codecov-action action to v4"
  • Loading branch information
kitsuyui authored Sep 16, 2023
2 parents 919f126 + b2568ca commit e5ddc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_PERSONAL_TOKEN }}
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.lcov
Expand Down

0 comments on commit e5ddc5b

Please sign in to comment.