Skip to content

Commit 4dfacc6

Browse files
authored
Merge pull request #76 from MacPaw/Yozhef-patch-1
Update ci.yaml
2 parents 2068c6c + 58f580c commit 4dfacc6

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)