Skip to content

Commit 4f483bb

Browse files
authored
Merge branch 'develop' into chore/bump-phpstan-version
2 parents e667662 + 4dfacc6 commit 4f483bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
if: matrix.coverage == 'xdebug'
7474

7575
- name: Run codecov
76-
uses: codecov/codecov-action@v4.0.1
76+
uses: codecov/codecov-action@v5
7777
if: matrix.coverage == 'xdebug'
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
80-
file: './coverage.xml'
80+
files: './coverage.xml'
8181
fail_ci_if_error: true

0 commit comments

Comments
 (0)