Skip to content

Commit 7c2188e

Browse files
committed
ci(tests): update codecov action version to 6.0.0
1 parent 059caf4 commit 7c2188e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload coverage reports to Codecov
7474
# Make sure the Codecov action is only executed once
7575
if: matrix.os == 'ubuntu-latest' && matrix.php == '7.4'
76-
uses: codecov/codecov-action@v3
76+
uses: codecov/codecov-action@v6.0.0
7777
with:
7878
files: ./coverage.xml
7979
verbose: true

0 commit comments

Comments
 (0)