We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3fb27 commit ada961aCopy full SHA for ada961a
1 file changed
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: "Checkout"
30
- uses: "actions/checkout@v2"
+ uses: "actions/checkout@v4"
31
with:
32
fetch-depth: 2
33
@@ -47,7 +47,7 @@ jobs:
47
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
48
49
- name: "Upload coverage file"
50
- uses: "actions/upload-artifact@v2"
+ uses: "actions/upload-artifact@v4"
51
52
name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage"
53
path: "coverage.xml"
0 commit comments