Skip to content

Commit 1801470

Browse files
authored
Update ci.yml
1 parent c1ae3af commit 1801470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
4848
coverage: pcov
4949

50-
- uses: actions/cache@v3.0.11
50+
- uses: actions/cache@v4
5151
name: Cache dependencies
5252
with:
5353
path: ~/.composer/cache/files
@@ -63,7 +63,7 @@ jobs:
6363
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
6464
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
6565
66-
- uses: codecov/codecov-action@v3.1.1
66+
- uses: codecov/codecov-action@v5
6767
with:
6868
fail_ci_if_error: false
6969
file: "*.xml"

0 commit comments

Comments
 (0)