Skip to content

Commit ada961a

Browse files
authoredJan 14, 2025··
Update ci.yaml
1 parent ae3fb27 commit ada961a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout"
30-
uses: "actions/checkout@v2"
30+
uses: "actions/checkout@v4"
3131
with:
3232
fetch-depth: 2
3333

@@ -47,7 +47,7 @@ jobs:
4747
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
4848

4949
- name: "Upload coverage file"
50-
uses: "actions/upload-artifact@v2"
50+
uses: "actions/upload-artifact@v4"
5151
with:
5252
name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage"
5353
path: "coverage.xml"

0 commit comments

Comments
 (0)
Please sign in to comment.