We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b2fcb commit 61ca2e1Copy full SHA for 61ca2e1
.github/workflows/run-tests.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Execute tests
66
run: composer run test
67
68
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
69
with:
70
token: ${{ secrets.CODECOV_TOKEN }}
71
files: ./build/logs/clover.xml
0 commit comments