Bump codecov/codecov-action from 3 to 4 #7

Open
dependabot[bot] wants to merge 1 commits from dependabot/github_actions/codecov/codecov-action-4 into main
Showing only changes of commit c267f93e5f - Show all commits

View File

@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}