Skip to content

Commit 2020b27

Browse files
committed
Update codecov
Signed-off-by: Matt Friedman <[email protected]>
1 parent 07f43a1 commit 2020b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ jobs:
233233

234234
- name: Send code coverage
235235
if: ${{ matrix.COVERAGE == 1 }}
236-
uses: codecov/codecov-action@v1
236+
uses: codecov/codecov-action@v3
237237
with:
238-
file: ./phpBB3/build/logs/clover.xml
238+
files: ./phpBB3/build/logs/clover.xml
239239
# END MySQL and MariaDB Job
240240

241241
# START PostgreSQL Job

0 commit comments

Comments
 (0)