We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54500ce + 985a7cb commit ef98b2dCopy full SHA for ef98b2d
.github/workflows/run-tests.yml
@@ -65,7 +65,7 @@ jobs:
65
run: vendor/bin/pest --coverage
66
67
- name: Send code coverage
68
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
69
with:
70
token: ${{ secrets.CODECOV_TOKEN }}
71
verbose: false
0 commit comments