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.
2 parents d4b3e59 + 58b518b commit 91531f4Copy full SHA for 91531f4
1 file changed
.github/workflows/codecov.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
26
27
- name: Install PHP
28
uses: shivammathur/setup-php@v2
@@ -49,6 +49,6 @@ jobs:
49
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
50
51
- name: Send code coverage report to Codecov.io
52
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments