Skip to content

Commit

Permalink
test: Bump codecov/codecov-action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Apr 7, 2024
1 parent 8b55b53 commit a361ce9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ jobs:
- name: Run system test
run: bundle exec rake system_test
- name: Upload coverage report # It will be merged into the coverage for unit test
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a361ce9

Please sign in to comment.