Skip to content

Commit 91531f4

Browse files
authored
Merge pull request #7 from dotkernel/arhimede-patch-1
Update codecov.yml
2 parents d4b3e59 + 58b518b commit 91531f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v5
2626

2727
- name: Install PHP
2828
uses: shivammathur/setup-php@v2
@@ -49,6 +49,6 @@ jobs:
4949
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
5050

5151
- name: Send code coverage report to Codecov.io
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v5
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)